cpython/Lib/json
Raymond Hettinger bcf6f92dc5 * Fix-up a TODO (support the sort_key option).
* Fix an error where True/False were being written-out
  as title-cased strings when used a dictionary keys.
* Speed-up iteration over dicts by looping over items()
  rather than keys() followed by value lookups.
* TODO:  sort only by keys, not keys and values.
2009-05-27 09:58:34 +00:00
..
tests * Fix-up a TODO (support the sort_key option). 2009-05-27 09:58:34 +00:00
__init__.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00
decoder.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00
encoder.py * Fix-up a TODO (support the sort_key option). 2009-05-27 09:58:34 +00:00
scanner.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00
tool.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00