cpython/Lib/json/tests
Antoine Pitrou 7d6e076f6d Issue #7451: Improve decoding performance of JSON objects, and reduce
the memory consumption of said decoded objects when they use the same
strings as keys.
2010-09-04 20:16:53 +00:00
..
__init__.py
test_decode.py
test_default.py
test_dump.py
test_encode_basestring_ascii.py
test_fail.py
test_float.py
test_indent.py Merged revisions 62734,62736,62748,62769 via svnmerge from 2008-05-08 14:29:10 +00:00
test_pass1.py
test_pass2.py
test_pass3.py
test_recursion.py
test_scanstring.py
test_separators.py
test_speedups.py
test_unicode.py