0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 09:39:56 +01:00
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