• Raymond Hettinger's avatar
    * Fix-up a TODO (support the sort_key option). · 1495d22f
    Raymond Hettinger authored
    * 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.
    1495d22f
_json.c 53.6 KB