1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-11-24 05:12:02 +01:00
ultrajson/python
2011-05-27 08:09:52 +02:00
..
lib - Fixed X.0 values to be encoded as "X.0" instead of "X" 2011-04-26 21:00:59 +02:00
benchmark.py - Fixed some pointer casting warnings from gcc and msvc 2011-03-21 11:40:55 +01:00
JSONtoObj.c - Fixed X.0 values to be encoded as "X.0" instead of "X" 2011-04-26 21:00:59 +02:00
objToJSON.c convert unicode dict-keys to utf8 strings 2011-05-27 08:09:52 +02:00
setup.py - Fixed issue with encoding control characters as \uXXXX 2011-03-25 15:53:25 +01:00
tests.py - Fixed X.0 values to be encoded as "X.0" instead of "X" 2011-04-26 21:00:59 +02: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