Handling Special Characters in Json parser in Objective C
- by minurebecca
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.