Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2016-08-25 15:15:45 +0300
committerMark Pulford <mark@kyne.com.au>2016-08-25 15:15:45 +0300
commite8972ac754788d3ef10a57a36016d6c3e85ba20d (patch)
tree93e0dc0ac19bd4d2bfe97cdae56a75a8894f5010
parent663998413b754396d609022bf070b13818a865a1 (diff)
Add README.adoc for GithubHEADmaster
-rw-r--r--README.adoc27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
new file mode 100644
index 0000000..e50534c
--- /dev/null
+++ b/README.adoc
@@ -0,0 +1,27 @@
+= Lua CJSON =
+Mark Pulford <mark@kyne.com.au>
+
+The Lua CJSON module provides JSON support for Lua.
+
+*Features*::
+- Fast, standards compliant encoding/parsing routines
+- Full support for JSON with UTF-8, including decoding surrogate pairs
+- Optional run-time support for common exceptions to the JSON
+ specification (infinity, NaN,..)
+- No dependencies on other libraries
+
+*Caveats*::
+- UTF-16 and UTF-32 are not supported
+
+Lua CJSON is covered by the MIT license. Review the file +LICENSE+ for
+details.
+
+Please read +manual.adoc+ for installation instructions and the API
+manual.
+
+The current stable version of this software is available from the
+http://www.kyne.com.au/%7Emark/software/lua-cjson.php[Lua CJSON website].
+
+Feel free to email me if you have any patches, suggestions, or comments.
+
+// vi:ft=asciidoc tw=72: