summaryrefslogtreecommitdiff
path: root/lua_cjson.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tidy and reformat lua_cjson.c (minor)Mark Pulford2011-05-091-12/+9
* Generate error when attempting to decode UTF-16/32Mark Pulford2011-05-081-0/+8
* Add UTF-16 surrogate pair decode supportMark Pulford2011-05-081-9/+56
* Rework runtime config optionsMark Pulford2011-05-071-56/+118
* Escape forward slash when encodingMark Pulford2011-05-071-1/+1
* Fix strbuf_t leak on lua_close()Mark Pulford2011-05-051-3/+20
* Generate parse error for invalid leading zerosMark Pulford2011-05-031-8/+17
* Preallocate temporary decode string bufferMark Pulford2011-05-031-11/+14
* Add strbuf_reset() to reset string lengthMark Pulford2011-05-031-2/+2
* Escape all unprintable ASCII when encodingMark Pulford2011-05-031-47/+94
* Implement minor performance improvementsMark Pulford2011-05-031-42/+50
* Add build and package supportMark Pulford2011-05-011-0/+4
* Update lua_cjson.c with minor fixesMark Pulford2011-05-011-6/+3
* Support optionally parsing Inf/NaN/Hex numbersMark Pulford2011-05-011-31/+73
* Add MIT license and update lua_cjson.c caveatsMark Pulford2011-05-011-18/+34
* Detect and throw error when parsing hexadecimalMark Pulford2011-05-011-10/+20
* Simplify generating parse error tokensMark Pulford2011-05-011-28/+29
* Throw error on Inf/NaN by default when encodingMark Pulford2011-05-011-16/+49
* Improve encoding exception error formatMark Pulford2011-05-011-6/+7
* Add detailed parse error reportingMark Pulford2011-05-011-19/+45
* Move static configuration into runtime userdataMark Pulford2011-05-011-137/+230
* Encode very sparse arrays as objectsMark Pulford2011-05-011-1/+14
* Create "cjson" Lua module, support UCS-2 escapesMark Pulford2011-05-011-0/+780