diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-02 12:39:39 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-01-02 12:39:39 +1030 |
commit | 15c99923b1a38404666a10596da5daa032f1c39c (patch) | |
tree | ee89722a9fc81de21a6ff73f7eb0d173eb099f85 /manual.txt | |
parent | 77408a81a696472338c2f90147e41fff3e81005d (diff) | |
download | lua-cjson-15c99923b1a38404666a10596da5daa032f1c39c.tar.gz lua-cjson-15c99923b1a38404666a10596da5daa032f1c39c.tar.bz2 lua-cjson-15c99923b1a38404666a10596da5daa032f1c39c.zip |
Update all package descriptions for consistency
Diffstat (limited to 'manual.txt')
-rw-r--r-- | manual.txt | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -5,14 +5,15 @@ Mark Pulford <mark@kyne.com.au> | |||
5 | Overview | 5 | Overview |
6 | -------- | 6 | -------- |
7 | 7 | ||
8 | Lua CJSON provides fast JSON parsing and encoding support for Lua. | 8 | The Lua CJSON library provides JSON support for Lua. |
9 | 9 | ||
10 | .Features | 10 | .Features |
11 | - More than 10x to 20x faster than efficient pure Lua JSON modules. | 11 | - Fast, standards compliant encoding/parsing routines |
12 | - Full support for JSON with UTF-8, including decoding surrogate | 12 | - Full support for JSON with UTF-8, including decoding surrogate |
13 | pairs. | 13 | pairs |
14 | - Optional run-time support for common exceptions to the JSON | 14 | - Optional run-time support for common exceptions to the JSON |
15 | specification (NaN, Infinity,..). | 15 | specification (NaN, Infinity,..) |
16 | - No external dependencies | ||
16 | 17 | ||
17 | .Caveats | 18 | .Caveats |
18 | - UTF-16 and UTF-32 are not supported. | 19 | - UTF-16 and UTF-32 are not supported. |