Skip to content

Commit e8972ac

Browse files
committed
Add README.adoc for Github
1 parent 6639984 commit e8972ac

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.adoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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:

0 commit comments

Comments
 (0)