Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support optionally parsing Inf/NaN/Hex numbers | Mark Pulford | 2011-05-01 | 1 | -31/+73 |
* | Add MIT license and update lua_cjson.c caveats | Mark Pulford | 2011-05-01 | 1 | -18/+34 |
* | Detect and throw error when parsing hexadecimal | Mark Pulford | 2011-05-01 | 1 | -10/+20 |
* | Simplify generating parse error tokens | Mark Pulford | 2011-05-01 | 1 | -28/+29 |
* | Throw error on Inf/NaN by default when encoding | Mark Pulford | 2011-05-01 | 1 | -16/+49 |
* | Improve encoding exception error format | Mark Pulford | 2011-05-01 | 1 | -6/+7 |
* | Add detailed parse error reporting | Mark Pulford | 2011-05-01 | 1 | -19/+45 |
* | Move static configuration into runtime userdata | Mark Pulford | 2011-05-01 | 1 | -137/+230 |
* | Encode very sparse arrays as objects | Mark Pulford | 2011-05-01 | 1 | -1/+14 |
* | Create "cjson" Lua module, support UCS-2 escapes | Mark Pulford | 2011-05-01 | 1 | -0/+780 |