CHANGELOG.md
LICENSE.Apache
LICENSE.MIT
MANIFEST.in
Makefile
README.rst
pyjson5.cpp
pyjson5.pyx
pyproject.toml
requirements-dev.txt
requirements-readthedocs.txt
setup.cfg
setup.py
docs/changelog.md
docs/conf.py
docs/decoder.rst
docs/encoder.rst
docs/exceptions.rst
docs/index.rst
docs/performance.rst
scripts/make_decoder_recursive_select.py
scripts/make_escape_dct.py
scripts/make_unicode_categories.py
scripts/run-minefield-test.py
scripts/run-tests.py
scripts/sha512sum.py
scripts/transcode-to-json.py
src/DESCRIPTION.inc
src/VERSION.inc
src/_constants.pyx
src/_decoder.pyx
src/_decoder_recursive_select.hpp
src/_encoder.pyx
src/_encoder_options.pyx
src/_escape_dct.hpp
src/_exceptions.pyx
src/_exceptions_decoder.pyx
src/_exceptions_encoder.pyx
src/_exports.pyx
src/_imports.pyx
src/_legacy.pyx
src/_raise_decoder.pyx
src/_raise_encoder.pyx
src/_reader_callback.pyx
src/_reader_ucs.pyx
src/_readers.pyx
src/_stack_heap_string.hpp
src/_unicode.pyx
src/_unicode_cat_of.hpp
src/_writer_callback.pyx
src/_writer_noop.pyx
src/_writer_reallocatable.pyx
src/_writers.pyx
src/dragonbox.cc
src/native.hpp
src/pyjson5/__init__.py
src/pyjson5/__init__.pyi
src/pyjson5/py.typed
src/pyjson5.egg-info/PKG-INFO
src/pyjson5.egg-info/SOURCES.txt
src/pyjson5.egg-info/dependency_links.txt
src/pyjson5.egg-info/not-zip-safe
src/pyjson5.egg-info/top_level.txt
third-party/JSONTestSuite/test_parsing/i_number_double_huge_neg_exp.json
third-party/JSONTestSuite/test_parsing/i_number_huge_exp.json
third-party/JSONTestSuite/test_parsing/i_number_neg_int_huge_exp.json
third-party/JSONTestSuite/test_parsing/i_number_pos_double_huge_exp.json
third-party/JSONTestSuite/test_parsing/i_number_real_neg_overflow.json
third-party/JSONTestSuite/test_parsing/i_number_real_pos_overflow.json
third-party/JSONTestSuite/test_parsing/i_number_real_underflow.json
third-party/JSONTestSuite/test_parsing/i_number_too_big_neg_int.json
third-party/JSONTestSuite/test_parsing/i_number_too_big_pos_int.json
third-party/JSONTestSuite/test_parsing/i_number_very_big_negative_int.json
third-party/JSONTestSuite/test_parsing/i_object_key_lone_2nd_surrogate.json
third-party/JSONTestSuite/test_parsing/i_string_1st_surrogate_but_2nd_missing.json
third-party/JSONTestSuite/test_parsing/i_string_1st_valid_surrogate_2nd_invalid.json
third-party/JSONTestSuite/test_parsing/i_string_UTF-16LE_with_BOM.json
third-party/JSONTestSuite/test_parsing/i_string_UTF-8_invalid_sequence.json
third-party/JSONTestSuite/test_parsing/i_string_UTF8_surrogate_U+D800.json
third-party/JSONTestSuite/test_parsing/i_string_incomplete_surrogate_and_escape_valid.json
third-party/JSONTestSuite/test_parsing/i_string_incomplete_surrogate_pair.json
third-party/JSONTestSuite/test_parsing/i_string_incomplete_surrogates_escape_valid.json
third-party/JSONTestSuite/test_parsing/i_string_invalid_lonely_surrogate.json
third-party/JSONTestSuite/test_parsing/i_string_invalid_surrogate.json
third-party/JSONTestSuite/test_parsing/i_string_invalid_utf-8.json
third-party/JSONTestSuite/test_parsing/i_string_inverted_surrogates_U+1D11E.json
third-party/JSONTestSuite/test_parsing/i_string_iso_latin_1.json
third-party/JSONTestSuite/test_parsing/i_string_lone_second_surrogate.json
third-party/JSONTestSuite/test_parsing/i_string_lone_utf8_continuation_byte.json
third-party/JSONTestSuite/test_parsing/i_string_not_in_unicode_range.json
third-party/JSONTestSuite/test_parsing/i_string_overlong_sequence_2_bytes.json
third-party/JSONTestSuite/test_parsing/i_string_overlong_sequence_6_bytes.json
third-party/JSONTestSuite/test_parsing/i_string_overlong_sequence_6_bytes_null.json
third-party/JSONTestSuite/test_parsing/i_string_truncated-utf-8.json
third-party/JSONTestSuite/test_parsing/i_string_utf16BE_no_BOM.json
third-party/JSONTestSuite/test_parsing/i_string_utf16LE_no_BOM.json
third-party/JSONTestSuite/test_parsing/i_structure_500_nested_arrays.json
third-party/JSONTestSuite/test_parsing/i_structure_UTF-8_BOM_empty_object.json
third-party/JSONTestSuite/test_parsing/n_array_1_true_without_comma.json
third-party/JSONTestSuite/test_parsing/n_array_a_invalid_utf8.json
third-party/JSONTestSuite/test_parsing/n_array_colon_instead_of_comma.json
third-party/JSONTestSuite/test_parsing/n_array_comma_after_close.json
third-party/JSONTestSuite/test_parsing/n_array_comma_and_number.json
third-party/JSONTestSuite/test_parsing/n_array_double_comma.json
third-party/JSONTestSuite/test_parsing/n_array_double_extra_comma.json
third-party/JSONTestSuite/test_parsing/n_array_extra_close.json
third-party/JSONTestSuite/test_parsing/n_array_extra_comma.json
third-party/JSONTestSuite/test_parsing/n_array_incomplete.json
third-party/JSONTestSuite/test_parsing/n_array_incomplete_invalid_value.json
third-party/JSONTestSuite/test_parsing/n_array_inner_array_no_comma.json
third-party/JSONTestSuite/test_parsing/n_array_invalid_utf8.json
third-party/JSONTestSuite/test_parsing/n_array_items_separated_by_semicolon.json
third-party/JSONTestSuite/test_parsing/n_array_just_comma.json
third-party/JSONTestSuite/test_parsing/n_array_just_minus.json
third-party/JSONTestSuite/test_parsing/n_array_missing_value.json
third-party/JSONTestSuite/test_parsing/n_array_newlines_unclosed.json
third-party/JSONTestSuite/test_parsing/n_array_number_and_comma.json
third-party/JSONTestSuite/test_parsing/n_array_number_and_several_commas.json
third-party/JSONTestSuite/test_parsing/n_array_spaces_vertical_tab_formfeed.json
third-party/JSONTestSuite/test_parsing/n_array_star_inside.json
third-party/JSONTestSuite/test_parsing/n_array_unclosed.json
third-party/JSONTestSuite/test_parsing/n_array_unclosed_trailing_comma.json
third-party/JSONTestSuite/test_parsing/n_array_unclosed_with_new_lines.json
third-party/JSONTestSuite/test_parsing/n_array_unclosed_with_object_inside.json
third-party/JSONTestSuite/test_parsing/n_incomplete_false.json
third-party/JSONTestSuite/test_parsing/n_incomplete_null.json
third-party/JSONTestSuite/test_parsing/n_incomplete_true.json
third-party/JSONTestSuite/test_parsing/n_multidigit_number_then_00.json
third-party/JSONTestSuite/test_parsing/n_number_++.json
third-party/JSONTestSuite/test_parsing/n_number_+1.json
third-party/JSONTestSuite/test_parsing/n_number_+Inf.json
third-party/JSONTestSuite/test_parsing/n_number_-01.json
third-party/JSONTestSuite/test_parsing/n_number_-1.0..json
third-party/JSONTestSuite/test_parsing/n_number_-2..json
third-party/JSONTestSuite/test_parsing/n_number_-NaN.json
third-party/JSONTestSuite/test_parsing/n_number_.-1.json
third-party/JSONTestSuite/test_parsing/n_number_.2e-3.json
third-party/JSONTestSuite/test_parsing/n_number_0.1.2.json
third-party/JSONTestSuite/test_parsing/n_number_0.3e+.json
third-party/JSONTestSuite/test_parsing/n_number_0.3e.json
third-party/JSONTestSuite/test_parsing/n_number_0.e1.json
third-party/JSONTestSuite/test_parsing/n_number_0_capital_E+.json
third-party/JSONTestSuite/test_parsing/n_number_0_capital_E.json
third-party/JSONTestSuite/test_parsing/n_number_0e+.json
third-party/JSONTestSuite/test_parsing/n_number_0e.json
third-party/JSONTestSuite/test_parsing/n_number_1.0e+.json
third-party/JSONTestSuite/test_parsing/n_number_1.0e-.json
third-party/JSONTestSuite/test_parsing/n_number_1.0e.json
third-party/JSONTestSuite/test_parsing/n_number_1_000.json
third-party/JSONTestSuite/test_parsing/n_number_1eE2.json
third-party/JSONTestSuite/test_parsing/n_number_2.e+3.json
third-party/JSONTestSuite/test_parsing/n_number_2.e-3.json
third-party/JSONTestSuite/test_parsing/n_number_2.e3.json
third-party/JSONTestSuite/test_parsing/n_number_9.e+.json
third-party/JSONTestSuite/test_parsing/n_number_Inf.json
third-party/JSONTestSuite/test_parsing/n_number_NaN.json
third-party/JSONTestSuite/test_parsing/n_number_U+FF11_fullwidth_digit_one.json
third-party/JSONTestSuite/test_parsing/n_number_expression.json
third-party/JSONTestSuite/test_parsing/n_number_hex_1_digit.json
third-party/JSONTestSuite/test_parsing/n_number_hex_2_digits.json
third-party/JSONTestSuite/test_parsing/n_number_infinity.json
third-party/JSONTestSuite/test_parsing/n_number_invalid+-.json
third-party/JSONTestSuite/test_parsing/n_number_invalid-negative-real.json
third-party/JSONTestSuite/test_parsing/n_number_invalid-utf-8-in-bigger-int.json
third-party/JSONTestSuite/test_parsing/n_number_invalid-utf-8-in-exponent.json
third-party/JSONTestSuite/test_parsing/n_number_invalid-utf-8-in-int.json
third-party/JSONTestSuite/test_parsing/n_number_minus_infinity.json
third-party/JSONTestSuite/test_parsing/n_number_minus_sign_with_trailing_garbage.json
third-party/JSONTestSuite/test_parsing/n_number_minus_space_1.json
third-party/JSONTestSuite/test_parsing/n_number_neg_int_starting_with_zero.json
third-party/JSONTestSuite/test_parsing/n_number_neg_real_without_int_part.json
third-party/JSONTestSuite/test_parsing/n_number_neg_with_garbage_at_end.json
third-party/JSONTestSuite/test_parsing/n_number_real_garbage_after_e.json
third-party/JSONTestSuite/test_parsing/n_number_real_with_invalid_utf8_after_e.json
third-party/JSONTestSuite/test_parsing/n_number_real_without_fractional_part.json
third-party/JSONTestSuite/test_parsing/n_number_starting_with_dot.json
third-party/JSONTestSuite/test_parsing/n_number_with_alpha.json
third-party/JSONTestSuite/test_parsing/n_number_with_alpha_char.json
third-party/JSONTestSuite/test_parsing/n_number_with_leading_zero.json
third-party/JSONTestSuite/test_parsing/n_object_bad_value.json
third-party/JSONTestSuite/test_parsing/n_object_bracket_key.json
third-party/JSONTestSuite/test_parsing/n_object_comma_instead_of_colon.json
third-party/JSONTestSuite/test_parsing/n_object_double_colon.json
third-party/JSONTestSuite/test_parsing/n_object_emoji.json
third-party/JSONTestSuite/test_parsing/n_object_garbage_at_end.json
third-party/JSONTestSuite/test_parsing/n_object_key_with_single_quotes.json
third-party/JSONTestSuite/test_parsing/n_object_lone_continuation_byte_in_key_and_trailing_comma.json
third-party/JSONTestSuite/test_parsing/n_object_missing_colon.json
third-party/JSONTestSuite/test_parsing/n_object_missing_key.json
third-party/JSONTestSuite/test_parsing/n_object_missing_semicolon.json
third-party/JSONTestSuite/test_parsing/n_object_missing_value.json
third-party/JSONTestSuite/test_parsing/n_object_no-colon.json
third-party/JSONTestSuite/test_parsing/n_object_non_string_key.json
third-party/JSONTestSuite/test_parsing/n_object_non_string_key_but_huge_number_instead.json
third-party/JSONTestSuite/test_parsing/n_object_repeated_null_null.json
third-party/JSONTestSuite/test_parsing/n_object_several_trailing_commas.json
third-party/JSONTestSuite/test_parsing/n_object_single_quote.json
third-party/JSONTestSuite/test_parsing/n_object_trailing_comma.json
third-party/JSONTestSuite/test_parsing/n_object_trailing_comment.json
third-party/JSONTestSuite/test_parsing/n_object_trailing_comment_open.json
third-party/JSONTestSuite/test_parsing/n_object_trailing_comment_slash_open.json
third-party/JSONTestSuite/test_parsing/n_object_trailing_comment_slash_open_incomplete.json
third-party/JSONTestSuite/test_parsing/n_object_two_commas_in_a_row.json
third-party/JSONTestSuite/test_parsing/n_object_unquoted_key.json
third-party/JSONTestSuite/test_parsing/n_object_unterminated-value.json
third-party/JSONTestSuite/test_parsing/n_object_with_single_string.json
third-party/JSONTestSuite/test_parsing/n_object_with_trailing_garbage.json
third-party/JSONTestSuite/test_parsing/n_single_space.json
third-party/JSONTestSuite/test_parsing/n_string_1_surrogate_then_escape.json
third-party/JSONTestSuite/test_parsing/n_string_1_surrogate_then_escape_u.json
third-party/JSONTestSuite/test_parsing/n_string_1_surrogate_then_escape_u1.json
third-party/JSONTestSuite/test_parsing/n_string_1_surrogate_then_escape_u1x.json
third-party/JSONTestSuite/test_parsing/n_string_accentuated_char_no_quotes.json
third-party/JSONTestSuite/test_parsing/n_string_backslash_00.json
third-party/JSONTestSuite/test_parsing/n_string_escape_x.json
third-party/JSONTestSuite/test_parsing/n_string_escaped_backslash_bad.json
third-party/JSONTestSuite/test_parsing/n_string_escaped_ctrl_char_tab.json
third-party/JSONTestSuite/test_parsing/n_string_escaped_emoji.json
third-party/JSONTestSuite/test_parsing/n_string_incomplete_escape.json
third-party/JSONTestSuite/test_parsing/n_string_incomplete_escaped_character.json
third-party/JSONTestSuite/test_parsing/n_string_incomplete_surrogate.json
third-party/JSONTestSuite/test_parsing/n_string_incomplete_surrogate_escape_invalid.json
third-party/JSONTestSuite/test_parsing/n_string_invalid-utf-8-in-escape.json
third-party/JSONTestSuite/test_parsing/n_string_invalid_backslash_esc.json
third-party/JSONTestSuite/test_parsing/n_string_invalid_unicode_escape.json
third-party/JSONTestSuite/test_parsing/n_string_invalid_utf8_after_escape.json
third-party/JSONTestSuite/test_parsing/n_string_leading_uescaped_thinspace.json
third-party/JSONTestSuite/test_parsing/n_string_no_quotes_with_bad_escape.json
third-party/JSONTestSuite/test_parsing/n_string_single_doublequote.json
third-party/JSONTestSuite/test_parsing/n_string_single_quote.json
third-party/JSONTestSuite/test_parsing/n_string_single_string_no_double_quotes.json
third-party/JSONTestSuite/test_parsing/n_string_start_escape_unclosed.json
third-party/JSONTestSuite/test_parsing/n_string_unescaped_ctrl_char.json
third-party/JSONTestSuite/test_parsing/n_string_unescaped_newline.json
third-party/JSONTestSuite/test_parsing/n_string_unescaped_tab.json
third-party/JSONTestSuite/test_parsing/n_string_unicode_CapitalU.json
third-party/JSONTestSuite/test_parsing/n_string_with_trailing_garbage.json
third-party/JSONTestSuite/test_parsing/n_structure_100000_opening_arrays.json
third-party/JSONTestSuite/test_parsing/n_structure_U+2060_word_joined.json
third-party/JSONTestSuite/test_parsing/n_structure_UTF8_BOM_no_data.json
third-party/JSONTestSuite/test_parsing/n_structure_angle_bracket_..json
third-party/JSONTestSuite/test_parsing/n_structure_angle_bracket_null.json
third-party/JSONTestSuite/test_parsing/n_structure_array_trailing_garbage.json
third-party/JSONTestSuite/test_parsing/n_structure_array_with_extra_array_close.json
third-party/JSONTestSuite/test_parsing/n_structure_array_with_unclosed_string.json
third-party/JSONTestSuite/test_parsing/n_structure_ascii-unicode-identifier.json
third-party/JSONTestSuite/test_parsing/n_structure_capitalized_True.json
third-party/JSONTestSuite/test_parsing/n_structure_close_unopened_array.json
third-party/JSONTestSuite/test_parsing/n_structure_comma_instead_of_closing_brace.json
third-party/JSONTestSuite/test_parsing/n_structure_double_array.json
third-party/JSONTestSuite/test_parsing/n_structure_end_array.json
third-party/JSONTestSuite/test_parsing/n_structure_incomplete_UTF8_BOM.json
third-party/JSONTestSuite/test_parsing/n_structure_lone-invalid-utf-8.json
third-party/JSONTestSuite/test_parsing/n_structure_lone-open-bracket.json
third-party/JSONTestSuite/test_parsing/n_structure_no_data.json
third-party/JSONTestSuite/test_parsing/n_structure_null-byte-outside-string.json
third-party/JSONTestSuite/test_parsing/n_structure_number_with_trailing_garbage.json
third-party/JSONTestSuite/test_parsing/n_structure_object_followed_by_closing_object.json
third-party/JSONTestSuite/test_parsing/n_structure_object_unclosed_no_value.json
third-party/JSONTestSuite/test_parsing/n_structure_object_with_comment.json
third-party/JSONTestSuite/test_parsing/n_structure_object_with_trailing_garbage.json
third-party/JSONTestSuite/test_parsing/n_structure_open_array_apostrophe.json
third-party/JSONTestSuite/test_parsing/n_structure_open_array_comma.json
third-party/JSONTestSuite/test_parsing/n_structure_open_array_object.json
third-party/JSONTestSuite/test_parsing/n_structure_open_array_open_object.json
third-party/JSONTestSuite/test_parsing/n_structure_open_array_open_string.json
third-party/JSONTestSuite/test_parsing/n_structure_open_array_string.json
third-party/JSONTestSuite/test_parsing/n_structure_open_object.json
third-party/JSONTestSuite/test_parsing/n_structure_open_object_close_array.json
third-party/JSONTestSuite/test_parsing/n_structure_open_object_comma.json
third-party/JSONTestSuite/test_parsing/n_structure_open_object_open_array.json
third-party/JSONTestSuite/test_parsing/n_structure_open_object_open_string.json
third-party/JSONTestSuite/test_parsing/n_structure_open_object_string_with_apostrophes.json
third-party/JSONTestSuite/test_parsing/n_structure_open_open.json
third-party/JSONTestSuite/test_parsing/n_structure_single_eacute.json
third-party/JSONTestSuite/test_parsing/n_structure_single_star.json
third-party/JSONTestSuite/test_parsing/n_structure_trailing_#.json
third-party/JSONTestSuite/test_parsing/n_structure_uescaped_LF_before_string.json
third-party/JSONTestSuite/test_parsing/n_structure_unclosed_array.json
third-party/JSONTestSuite/test_parsing/n_structure_unclosed_array_partial_null.json
third-party/JSONTestSuite/test_parsing/n_structure_unclosed_array_unfinished_false.json
third-party/JSONTestSuite/test_parsing/n_structure_unclosed_array_unfinished_true.json
third-party/JSONTestSuite/test_parsing/n_structure_unclosed_object.json
third-party/JSONTestSuite/test_parsing/n_structure_unicode-identifier.json
third-party/JSONTestSuite/test_parsing/n_structure_whitespace_U+2060_word_joiner.json
third-party/JSONTestSuite/test_parsing/n_structure_whitespace_formfeed.json
third-party/JSONTestSuite/test_parsing/y_array_arraysWithSpaces.json
third-party/JSONTestSuite/test_parsing/y_array_empty-string.json
third-party/JSONTestSuite/test_parsing/y_array_empty.json
third-party/JSONTestSuite/test_parsing/y_array_ending_with_newline.json
third-party/JSONTestSuite/test_parsing/y_array_false.json
third-party/JSONTestSuite/test_parsing/y_array_heterogeneous.json
third-party/JSONTestSuite/test_parsing/y_array_null.json
third-party/JSONTestSuite/test_parsing/y_array_with_1_and_newline.json
third-party/JSONTestSuite/test_parsing/y_array_with_leading_space.json
third-party/JSONTestSuite/test_parsing/y_array_with_several_null.json
third-party/JSONTestSuite/test_parsing/y_array_with_trailing_space.json
third-party/JSONTestSuite/test_parsing/y_number.json
third-party/JSONTestSuite/test_parsing/y_number_0e+1.json
third-party/JSONTestSuite/test_parsing/y_number_0e1.json
third-party/JSONTestSuite/test_parsing/y_number_after_space.json
third-party/JSONTestSuite/test_parsing/y_number_double_close_to_zero.json
third-party/JSONTestSuite/test_parsing/y_number_int_with_exp.json
third-party/JSONTestSuite/test_parsing/y_number_minus_zero.json
third-party/JSONTestSuite/test_parsing/y_number_negative_int.json
third-party/JSONTestSuite/test_parsing/y_number_negative_one.json
third-party/JSONTestSuite/test_parsing/y_number_negative_zero.json
third-party/JSONTestSuite/test_parsing/y_number_real_capital_e.json
third-party/JSONTestSuite/test_parsing/y_number_real_capital_e_neg_exp.json
third-party/JSONTestSuite/test_parsing/y_number_real_capital_e_pos_exp.json
third-party/JSONTestSuite/test_parsing/y_number_real_exponent.json
third-party/JSONTestSuite/test_parsing/y_number_real_fraction_exponent.json
third-party/JSONTestSuite/test_parsing/y_number_real_neg_exp.json
third-party/JSONTestSuite/test_parsing/y_number_real_pos_exponent.json
third-party/JSONTestSuite/test_parsing/y_number_simple_int.json
third-party/JSONTestSuite/test_parsing/y_number_simple_real.json
third-party/JSONTestSuite/test_parsing/y_object.json
third-party/JSONTestSuite/test_parsing/y_object_basic.json
third-party/JSONTestSuite/test_parsing/y_object_duplicated_key.json
third-party/JSONTestSuite/test_parsing/y_object_duplicated_key_and_value.json
third-party/JSONTestSuite/test_parsing/y_object_empty.json
third-party/JSONTestSuite/test_parsing/y_object_empty_key.json
third-party/JSONTestSuite/test_parsing/y_object_escaped_null_in_key.json
third-party/JSONTestSuite/test_parsing/y_object_extreme_numbers.json
third-party/JSONTestSuite/test_parsing/y_object_long_strings.json
third-party/JSONTestSuite/test_parsing/y_object_simple.json
third-party/JSONTestSuite/test_parsing/y_object_string_unicode.json
third-party/JSONTestSuite/test_parsing/y_object_with_newlines.json
third-party/JSONTestSuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json
third-party/JSONTestSuite/test_parsing/y_string_accepted_surrogate_pair.json
third-party/JSONTestSuite/test_parsing/y_string_accepted_surrogate_pairs.json
third-party/JSONTestSuite/test_parsing/y_string_allowed_escapes.json
third-party/JSONTestSuite/test_parsing/y_string_backslash_and_u_escaped_zero.json
third-party/JSONTestSuite/test_parsing/y_string_backslash_doublequotes.json
third-party/JSONTestSuite/test_parsing/y_string_comments.json
third-party/JSONTestSuite/test_parsing/y_string_double_escape_a.json
third-party/JSONTestSuite/test_parsing/y_string_double_escape_n.json
third-party/JSONTestSuite/test_parsing/y_string_escaped_control_character.json
third-party/JSONTestSuite/test_parsing/y_string_escaped_noncharacter.json
third-party/JSONTestSuite/test_parsing/y_string_in_array.json
third-party/JSONTestSuite/test_parsing/y_string_in_array_with_leading_space.json
third-party/JSONTestSuite/test_parsing/y_string_last_surrogates_1_and_2.json
third-party/JSONTestSuite/test_parsing/y_string_nbsp_uescaped.json
third-party/JSONTestSuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json
third-party/JSONTestSuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json
third-party/JSONTestSuite/test_parsing/y_string_null_escape.json
third-party/JSONTestSuite/test_parsing/y_string_one-byte-utf-8.json
third-party/JSONTestSuite/test_parsing/y_string_pi.json
third-party/JSONTestSuite/test_parsing/y_string_reservedCharacterInUTF-8_U+1BFFF.json
third-party/JSONTestSuite/test_parsing/y_string_simple_ascii.json
third-party/JSONTestSuite/test_parsing/y_string_space.json
third-party/JSONTestSuite/test_parsing/y_string_surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json
third-party/JSONTestSuite/test_parsing/y_string_three-byte-utf-8.json
third-party/JSONTestSuite/test_parsing/y_string_two-byte-utf-8.json
third-party/JSONTestSuite/test_parsing/y_string_u+2028_line_sep.json
third-party/JSONTestSuite/test_parsing/y_string_u+2029_par_sep.json
third-party/JSONTestSuite/test_parsing/y_string_uEscape.json
third-party/JSONTestSuite/test_parsing/y_string_uescaped_newline.json
third-party/JSONTestSuite/test_parsing/y_string_unescaped_char_delete.json
third-party/JSONTestSuite/test_parsing/y_string_unicode.json
third-party/JSONTestSuite/test_parsing/y_string_unicodeEscapedBackslash.json
third-party/JSONTestSuite/test_parsing/y_string_unicode_2.json
third-party/JSONTestSuite/test_parsing/y_string_unicode_U+10FFFE_nonchar.json
third-party/JSONTestSuite/test_parsing/y_string_unicode_U+1FFFE_nonchar.json
third-party/JSONTestSuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json
third-party/JSONTestSuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json
third-party/JSONTestSuite/test_parsing/y_string_unicode_U+FDD0_nonchar.json
third-party/JSONTestSuite/test_parsing/y_string_unicode_U+FFFE_nonchar.json
third-party/JSONTestSuite/test_parsing/y_string_unicode_escaped_double_quote.json
third-party/JSONTestSuite/test_parsing/y_string_utf8.json
third-party/JSONTestSuite/test_parsing/y_string_with_del_character.json
third-party/JSONTestSuite/test_parsing/y_structure_lonely_false.json
third-party/JSONTestSuite/test_parsing/y_structure_lonely_int.json
third-party/JSONTestSuite/test_parsing/y_structure_lonely_negative_real.json
third-party/JSONTestSuite/test_parsing/y_structure_lonely_null.json
third-party/JSONTestSuite/test_parsing/y_structure_lonely_string.json
third-party/JSONTestSuite/test_parsing/y_structure_lonely_true.json
third-party/JSONTestSuite/test_parsing/y_structure_string_empty.json
third-party/JSONTestSuite/test_parsing/y_structure_trailing_newline.json
third-party/JSONTestSuite/test_parsing/y_structure_true_in_array.json
third-party/JSONTestSuite/test_parsing/y_structure_whitespace_array.json
third-party/fast_double_parser/include/fast_double_parser.h
third-party/json5-tests/.git
third-party/json5-tests/LICENSE.md
third-party/json5-tests/README.md
third-party/json5-tests/arrays/empty-array.json
third-party/json5-tests/arrays/leading-comma-array.js
third-party/json5-tests/arrays/lone-trailing-comma-array.js
third-party/json5-tests/arrays/no-comma-array.errorSpec
third-party/json5-tests/arrays/no-comma-array.txt
third-party/json5-tests/arrays/regular-array.json
third-party/json5-tests/arrays/trailing-comma-array.json5
third-party/json5-tests/comments/block-comment-following-array-element.json5
third-party/json5-tests/comments/block-comment-following-top-level-value.json5
third-party/json5-tests/comments/block-comment-in-string.json
third-party/json5-tests/comments/block-comment-preceding-top-level-value.json5
third-party/json5-tests/comments/block-comment-with-asterisks.json5
third-party/json5-tests/comments/inline-comment-following-array-element.json5
third-party/json5-tests/comments/inline-comment-following-top-level-value.json5
third-party/json5-tests/comments/inline-comment-in-string.json
third-party/json5-tests/comments/inline-comment-preceding-top-level-value.json5
third-party/json5-tests/comments/top-level-block-comment.errorSpec
third-party/json5-tests/comments/top-level-block-comment.txt
third-party/json5-tests/comments/top-level-inline-comment.errorSpec
third-party/json5-tests/comments/top-level-inline-comment.txt
third-party/json5-tests/comments/unterminated-block-comment.txt
third-party/json5-tests/misc/empty.txt
third-party/json5-tests/misc/npm-package.json
third-party/json5-tests/misc/npm-package.json5
third-party/json5-tests/misc/readme-example.json5
third-party/json5-tests/misc/valid-whitespace.json5
third-party/json5-tests/new-lines/.editorconfig
third-party/json5-tests/new-lines/.gitattributes
third-party/json5-tests/new-lines/comment-cr.json5
third-party/json5-tests/new-lines/comment-crlf.json5
third-party/json5-tests/new-lines/comment-lf.json5
third-party/json5-tests/new-lines/escaped-cr.json5
third-party/json5-tests/new-lines/escaped-crlf.json5
third-party/json5-tests/new-lines/escaped-lf.json5
third-party/json5-tests/numbers/float-leading-decimal-point.json5
third-party/json5-tests/numbers/float-leading-zero.json
third-party/json5-tests/numbers/float-trailing-decimal-point-with-integer-exponent.json5
third-party/json5-tests/numbers/float-trailing-decimal-point.json5
third-party/json5-tests/numbers/float-with-integer-exponent.json
third-party/json5-tests/numbers/float.json
third-party/json5-tests/numbers/hexadecimal-empty.txt
third-party/json5-tests/numbers/hexadecimal-lowercase-letter.json5
third-party/json5-tests/numbers/hexadecimal-uppercase-x.json5
third-party/json5-tests/numbers/hexadecimal-with-integer-exponent.json5
third-party/json5-tests/numbers/hexadecimal.json5
third-party/json5-tests/numbers/infinity.json5
third-party/json5-tests/numbers/integer-with-float-exponent.txt
third-party/json5-tests/numbers/integer-with-hexadecimal-exponent.txt
third-party/json5-tests/numbers/integer-with-integer-exponent.json
third-party/json5-tests/numbers/integer-with-negative-float-exponent.txt
third-party/json5-tests/numbers/integer-with-negative-hexadecimal-exponent.txt
third-party/json5-tests/numbers/integer-with-negative-integer-exponent.json
third-party/json5-tests/numbers/integer-with-negative-zero-integer-exponent.json
third-party/json5-tests/numbers/integer-with-positive-float-exponent.txt
third-party/json5-tests/numbers/integer-with-positive-hexadecimal-exponent.txt
third-party/json5-tests/numbers/integer-with-positive-integer-exponent.json
third-party/json5-tests/numbers/integer-with-positive-zero-integer-exponent.json
third-party/json5-tests/numbers/integer-with-zero-integer-exponent.json
third-party/json5-tests/numbers/integer.json
third-party/json5-tests/numbers/lone-decimal-point.txt
third-party/json5-tests/numbers/nan.json5
third-party/json5-tests/numbers/negative-float-leading-decimal-point.json5
third-party/json5-tests/numbers/negative-float-leading-zero.json
third-party/json5-tests/numbers/negative-float-trailing-decimal-point.json5
third-party/json5-tests/numbers/negative-float.json
third-party/json5-tests/numbers/negative-hexadecimal.json5
third-party/json5-tests/numbers/negative-infinity.json5
third-party/json5-tests/numbers/negative-integer.json
third-party/json5-tests/numbers/negative-noctal.js
third-party/json5-tests/numbers/negative-octal.txt
third-party/json5-tests/numbers/negative-zero-float-leading-decimal-point.json5
third-party/json5-tests/numbers/negative-zero-float-trailing-decimal-point.json5
third-party/json5-tests/numbers/negative-zero-float.json
third-party/json5-tests/numbers/negative-zero-hexadecimal.json5
third-party/json5-tests/numbers/negative-zero-integer.json
third-party/json5-tests/numbers/negative-zero-octal.txt
third-party/json5-tests/numbers/noctal-with-leading-octal-digit.js
third-party/json5-tests/numbers/noctal.js
third-party/json5-tests/numbers/octal.txt
third-party/json5-tests/numbers/positive-float-leading-decimal-point.json5
third-party/json5-tests/numbers/positive-float-leading-zero.json5
third-party/json5-tests/numbers/positive-float-trailing-decimal-point.json5
third-party/json5-tests/numbers/positive-float.json5
third-party/json5-tests/numbers/positive-hexadecimal.json5
third-party/json5-tests/numbers/positive-infinity.json5
third-party/json5-tests/numbers/positive-integer.json5
third-party/json5-tests/numbers/positive-noctal.js
third-party/json5-tests/numbers/positive-octal.txt
third-party/json5-tests/numbers/positive-zero-float-leading-decimal-point.json5
third-party/json5-tests/numbers/positive-zero-float-trailing-decimal-point.json5
third-party/json5-tests/numbers/positive-zero-float.json5
third-party/json5-tests/numbers/positive-zero-hexadecimal.json5
third-party/json5-tests/numbers/positive-zero-integer.json5
third-party/json5-tests/numbers/positive-zero-octal.txt
third-party/json5-tests/numbers/zero-float-leading-decimal-point.json5
third-party/json5-tests/numbers/zero-float-trailing-decimal-point.json5
third-party/json5-tests/numbers/zero-float.json
third-party/json5-tests/numbers/zero-hexadecimal.json5
third-party/json5-tests/numbers/zero-integer-with-integer-exponent.json
third-party/json5-tests/numbers/zero-integer.json
third-party/json5-tests/numbers/zero-octal.txt
third-party/json5-tests/objects/duplicate-keys.json
third-party/json5-tests/objects/empty-object.json
third-party/json5-tests/objects/illegal-unquoted-key-number.errorSpec
third-party/json5-tests/objects/illegal-unquoted-key-number.txt
third-party/json5-tests/objects/illegal-unquoted-key-symbol.errorSpec
third-party/json5-tests/objects/illegal-unquoted-key-symbol.txt
third-party/json5-tests/objects/leading-comma-object.errorSpec
third-party/json5-tests/objects/leading-comma-object.txt
third-party/json5-tests/objects/lone-trailing-comma-object.txt
third-party/json5-tests/objects/no-comma-object.txt
third-party/json5-tests/objects/reserved-unquoted-key.json5
third-party/json5-tests/objects/single-quoted-key.json5
third-party/json5-tests/objects/trailing-comma-object.json5
third-party/json5-tests/objects/unquoted-keys.json5
third-party/json5-tests/strings/escaped-single-quoted-string.json5
third-party/json5-tests/strings/multi-line-string.json5
third-party/json5-tests/strings/no-comma-array.errorSpec
third-party/json5-tests/strings/single-quoted-string.json5
third-party/json5-tests/strings/unescaped-multi-line-string.errorSpec
third-party/json5-tests/strings/unescaped-multi-line-string.txt
third-party/json5-tests/todo/unicode-escaped-unquoted-key.json5
third-party/json5-tests/todo/unicode-unquoted-key.json5