Handling Special Characters in Json parser in Objective C
Posted
by minurebecca
on Stack Overflow
See other posts from Stack Overflow
or by minurebecca
Published on 2010-03-16T07:22:18Z
Indexed on
2010/03/16
7:26 UTC
Read the original article
Hit count: 286
Can any one tell how we can handle html escape codes for special characters like & and ' while using Json Parser. I am using SBJson Parser.
The web service content - term_data: {
* title: "News & Politics"
* tid: "49"
}
Here the actual content should be News and Politics for title.
© Stack Overflow or respective owner