README.adoc 822 B

123456789101112131415161718192021222324252627
  1. = Lua CJSON =
  2. Mark Pulford <[email protected]>
  3. The Lua CJSON module provides JSON support for Lua.
  4. *Features*::
  5. - Fast, standards compliant encoding/parsing routines
  6. - Full support for JSON with UTF-8, including decoding surrogate pairs
  7. - Optional run-time support for common exceptions to the JSON
  8. specification (infinity, NaN,..)
  9. - No dependencies on other libraries
  10. *Caveats*::
  11. - UTF-16 and UTF-32 are not supported
  12. Lua CJSON is covered by the MIT license. Review the file +LICENSE+ for
  13. details.
  14. Please read +manual.adoc+ for installation instructions and the API
  15. manual.
  16. The current stable version of this software is available from the
  17. http://www.kyne.com.au/%7Emark/software/lua-cjson.php[Lua CJSON website].
  18. Feel free to email me if you have any patches, suggestions, or comments.
  19. // vi:ft=asciidoc tw=72: