.......................parse error: premature EOF (right here) ------^ .................parse error: trailing garbage 2009-10-20@20:38:21.539575 (right here) ------^ lexical error: probable comment found in input text, comments are not enabled. { "this": "is", // ignore this "really": "si (right here) ------^ lexical error: malformed number, a digit is required after the exponent. 10e (right here) ------^ lexical error: invalid bytes in UTF8 string. ["Да ÐœÑ Ð•Ð±Ð° Майката"] (right here) ------^ parse error: trailing garbage falsex (right here) ------^ parse error: trailing garbage nullx (right here) ------^ parse error: trailing garbage truex (right here) ------^ parse error: premature EOF "abc (right here) ------^ parse error: premature EOF [ (right here) ------^ parse error: trailing garbage nullx (right here) ------^ parse error: premature EOF [ "foo", "bar" (right here) ------^ lexical error: invalid bytes in UTF8 string. capability to upload a folder’s contents into a user’s locke (right here) ------^ parse error: trailing garbage falsex (right here) ------^ lexical error: invalid string in json text. meone, misspelled \"true\"", ture, "who says JSON is easy f (right here) ------^ parse error: premature EOF { (right here) ------^ lexical error: probable comment found in input text, comments are not enabled. { "this": "is", // ignore this "really": "si (right here) ------^ lexical error: malformed number, a digit is required after the decimal point. 10.e2 (right here) ------^ lexical error: invalid character inside string. can do this, \n, but not this " (right here) ------^ parse error: premature EOF { "123": (right here) ------^ lexical error: invalid (non-hex) character occurs after '\u' inside string. blah \u0123 \u4567 \u89ab \uc/ef \uABCD \uEFFE bar baz bing (right here) ------^ parse error: premature EOF [ "foo", "bar" (right here) ------^ parse error: unallowed token at this point in JSON text ] (right here) ------^ parse error: trailing garbage {} [] [] "sdfasd" 123 { "123" : 12 (right here) ------^ lexical error: probable comment found in input text, comments are not enabled. { "glossary": { /* you */ "title": /**/ "examp (right here) ------^ parse error: trailing garbage 1221 21 (right here) ------^ parse error: after key and value, inside map, I expect ',' or '}' { "bad thing": 01 } (right here) ------^ lexical error: inside a string, '\' occurs before a character which it may not. \"\\ and you can't escape thi\s"] (right here) ------^ parse error: trailing garbage truex (right here) ------^ parse error: trailing garbage {} {} (right here) ------^ parse error: unallowed token at this point in JSON text } (right here) ------^ parse error: trailing garbage {} {} (right here) ------^ lexical error: malformed number, a digit is required after the minus sign. ou?", "oh boo hoo!", - ] (right here) ------^ . ---------------------------------------------------------------------- Ran 41 tests in 0.005s OK {"z":50,"y":2,"x":3,"a":42} fg_issue_7.json fg_issue_7.json: parse error simple.json 47 bytes (61 bytes on disk) bignums.json 42 bytes (46 bytes on disk) doubles.json 40 bytes (44 bytes on disk) simple_with_comments.json simple_with_comments.json: parse error empty_string.json 2 bytes (3 bytes on disk) four_byte_utf8.json 19 bytes (24 bytes on disk) doubles_in_array.json 129 bytes (53 bytes on disk) missing_integer_after_exponent.json missing_integer_after_exponent.json: parse error invalid_utf8.json invalid_utf8.json: parse error codepoints_from_unicode_org.json 12 bytes (33 bytes on disk) array.json 80 bytes (91 bytes on disk) lonely_number.json 9 bytes (9 bytes on disk) ag_false_then_garbage.json ag_false_then_garbage.json: parse error nulls_and_bools.json 57 bytes (68 bytes on disk) ag_null_then_garbage.json ag_null_then_garbage.json: parse error fg_true_then_garbage.json fg_true_then_garbage.json: parse error ap_eof_str.json ap_eof_str.json: parse error ap_array_open.json ap_array_open.json: parse error escaped_bulgarian.json 41 bytes (104 bytes on disk) fg_null_then_garbage.json fg_null_then_garbage.json: parse error np_partial_bad.json np_partial_bad.json: parse error non_utf8_char_in_string.json non_utf8_char_in_string.json: parse error fg_false_then_garbage.json fg_false_then_garbage.json: parse error escaped_foobar.json 8 bytes (39 bytes on disk) deep_arrays.json bogus_char.json bogus_char.json: parse error ap_map_open.json ap_map_open.json: parse error false.json 5 bytes (6 bytes on disk) three_byte_utf8.json 38 bytes (42 bytes on disk) ac_simple_with_comments.json ac_simple_with_comments.json: parse error unescaped_bulgarian.json 35 bytes (36 bytes on disk) integers.json 59 bytes (71 bytes on disk) missing_integer_after_decimal_point.json missing_integer_after_decimal_point.json: parse error difficult_json_c_test_case.json 327 bytes (360 bytes on disk) string_with_invalid_newline.json string_with_invalid_newline.json: parse error high_overflow.json DUMP ERROR high_overflow.json: long too big to convert am_eof.json am_eof.json: parse error string_invalid_hex_char.json string_invalid_hex_char.json: parse error ap_partial_ok.json ap_partial_ok.json: parse error empty_array.json 2 bytes (2 bytes on disk) string_with_escapes.json 118 bytes (128 bytes on disk) low_overflow.json 20 bytes (20 bytes on disk) true.json 4 bytes (5 bytes on disk) array_close.json array_close.json: parse error am_stuff.json am_stuff.json: parse error null.json 4 bytes (5 bytes on disk) ac_difficult_json_c_test_case_with_comments.json ac_difficult_json_c_test_case_with_comments.json: parse error am_integers.json am_integers.json: parse error leading_zero_in_number.json leading_zero_in_number.json: parse error string_invalid_escape.json string_invalid_escape.json: parse error ag_true_then_garbage.json ag_true_then_garbage.json: parse error isolated_surrogate_marker.json 3 bytes (9 bytes on disk) zerobyte.json 8 bytes (9 bytes on disk) multiple.json multiple.json: parse error map_close.json map_close.json: parse error am_multiple.json am_multiple.json: parse error lonely_minus_sign.json lonely_minus_sign.json: parse error tests/issue11.py