File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ = Lua CJSON =
2+ Mark Pulford <mark @kyne.com.au >
3+
4+ The Lua CJSON module provides JSON support for Lua.
5+
6+ *Features* ::
7+ - Fast, standards compliant encoding/parsing routines
8+ - Full support for JSON with UTF-8, including decoding surrogate pairs
9+ - Optional run-time support for common exceptions to the JSON
10+ specification (infinity, NaN,..)
11+ - No dependencies on other libraries
12+
13+ *Caveats* ::
14+ - UTF-16 and UTF-32 are not supported
15+
16+ Lua CJSON is covered by the MIT license. Review the file +LICENSE+ for
17+ details.
18+
19+ Please read +manual.adoc+ for installation instructions and the API
20+ manual.
21+
22+ The current stable version of this software is available from the
23+ http://www.kyne.com.au/%7Emark/software/lua-cjson.php[Lua CJSON website].
24+
25+ Feel free to email me if you have any patches, suggestions, or comments.
26+
27+ // vi:ft=asciidoc tw=72:
You can’t perform that action at this time.
0 commit comments