cpython/Lib/json
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
..
tests Issue #7451: Improve decoding performance of JSON objects, and reduce 2010-09-04 20:16:53 +00:00
__init__.py #9087: update json docstrings -- unicode and long do not exist anymore. 2010-08-02 20:16:18 +00:00
decoder.py Issue #7451: Improve decoding performance of JSON objects, and reduce 2010-09-04 20:16:53 +00:00
encoder.py #9087: update json docstrings -- unicode and long do not exist anymore. 2010-08-02 20:16:18 +00:00
scanner.py Issue #7451: Improve decoding performance of JSON objects, and reduce 2010-09-04 20:16:53 +00:00
tool.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00