mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-11-22 15:31:59 +01:00
381f248e03
Do not create a list of tuples with (converted key, value) upfront. Instead, convert keys and fetch values during iteration. Also, if sorting fails, preserve the original exception instead of overwriting it with a less informative ValueError. This is the same behavior as the standard library's json module. |
||
---|---|---|
.. | ||
JSONtoObj.c | ||
objToJSON.c | ||
ujson.c | ||
ujson.h | ||
version_template.h |