aboutsummaryrefslogtreecommitdiff
path: root/lua_cjson.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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