And most of the time it works as i expected.
What i expect is to replace all """ and all "'".
(actually this "'" have a 0 before 39 in my case, so i have to extend the method for work for that also)
But when it comes to a big json string, it failed to convert one """ and it will rise an NSError at parsing like:
Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn't be completed. (Cocoa error 3840.)" (Badly formed object around character 6177.)
Hy there, i have problems using unescapeHTML with a json object.
And that returned NSData will send to a simple JSON parser:
And most of the time it works as i expected. What i expect is to replace all """ and all "'". (actually this "'" have a 0 before 39 in my case, so i have to extend the method for work for that also)
But when it comes to a big json string, it failed to convert one """ and it will rise an NSError at parsing like: