I transfer data using JSON to iPhone and iPad. One data field is HTML.
The problem is coding.
Here is what I will return:
> "GadgetHTML": "<strong>Hello</strong> > from Catworld<br />\n<img alt=\"\" > src=\"http://www.iconarchive.com/icons/fasticon/ifunny/128/dog-icon.png\" > />",
Theyβre killing me. \ n does not help.
Any good way to do this?
Any JSON cleanup features for HTML? Coding?
(there must be something better than manual)
thanks
source share