summaryrefslogtreecommitdiff
path: root/ext/json/utf8_decode.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly.Scott MacVicar2009-01-021-1/+1
|
* fix WS, CS and other SAntony Dovgal2007-07-121-85/+89
|
* - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.Omar Kilani2006-01-311-0/+179
- No longer uses json-c, implements it's own JSON parser and encoder. - JSON parser based on Douglas Crockford's JSON_checker.