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
A quick glance over some files inside the test_parsing folder show that most of the files that don't run through the JS-native JSON.parse() method are actually encoded in latin1 and not in utf8, therefore cannot be handled correctly for probably any other parser, too.
A quick glance over some files inside the
test_parsing
folder show that most of the files that don't run through the JS-nativeJSON.parse()
method are actually encoded inlatin1
and not inutf8
, therefore cannot be handled correctly for probably any other parser, too.Example file: https://github.com/nst/JSONTestSuite/blob/master/test_parsing/i_string_truncated-utf-8.json
The text was updated successfully, but these errors were encountered: