1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-11-24 05:12:02 +01:00
ultrajson/python
Jonas Tärnström 9d6dd489ec - Optimized UTF-8 encoding and decoding
- Improved error reporting when encoding and decoding utf-8
- Change from tabs to spaces in most Python code
- General code cleanup of C code
- Added UTF-8 encoding/decoding to tests
2011-03-16 12:04:28 +01:00
..
lib - Optimized UTF-8 encoding and decoding 2011-03-16 12:04:28 +01:00
benchmark.py - Optimized UTF-8 encoding and decoding 2011-03-16 12:04:28 +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 type-o 2011-03-15 17:06:04 +01:00
tests.py - Optimized UTF-8 encoding and decoding 2011-03-16 12:04:28 +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