From e8972ac754788d3ef10a57a36016d6c3e85ba20d Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 25 Aug 2016 22:15:45 +1000 Subject: Add README.adoc for Github --- README.adoc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.adoc 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 + +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: -- cgit v1.2.3