1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-11-24 05:12:02 +01:00
ultrajson/python
2011-03-08 02:35:43 +01:00
..
lib - Optimized decoder by not always creating 64 bit values when decoded values could be held inside 32-bit value (int) 2011-03-08 02:35:43 +01:00
benchmark.py - Minor change in benchmark.py 2011-03-08 00:51:54 +01:00
JSONtoObj.c - Broke out encoding and decoding of 64 and 32 bit values as separate types (JT_INTEGER and JT_LONG) 2011-03-08 02:04:59 +01:00
objToJSON.c - Broke out encoding and decoding of 64 and 32 bit values as separate types (JT_INTEGER and JT_LONG) 2011-03-08 02:04:59 +01:00
setup.py - Fixed broken gcc build 2011-03-02 11:41:34 +01:00
tests.py - Broke out encoding and decoding of 64 and 32 bit values as separate types (JT_INTEGER and JT_LONG) 2011-03-08 02:04:59 +01:00
ujson.c - Implemented proper releasing of JSOBJ instances in decoder when decoding fails inside Object or Array 2011-03-08 00:23:42 +01:00