You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: