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
String in JSON are not validated to be UTF-8 or UTF-16. The parser do not
detect whether the string contain invalid encoding.
Both YAJL and ultrajspon supports UTF-8 validation. YAJL can turn it on/off,
while ultrajson make it mandatory.
Add an parsing option to validate UTF-8/UTF-16.
Original issue reported on code.google.com by milo...@gmail.com on 22 Nov 2011 at 2:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
milo...@gmail.com
on 22 Nov 2011 at 2:40The text was updated successfully, but these errors were encountered: