Qore JSON Module is an open source module for the Qore programming language, allowing developers to generate and parse JSON strings, as well as to use JSON-RPC functionality.
More documentation can be found here. The latest source code can be grabbed from SVN using the following command:
svn co svn://svn.code.sf.net/p/qore/code/module-json/trunk qore-module-json
Product's homepage
Requirements:
· Qore Programming Language
· OpenSSL
What's New in This Release: [ read full changelog ]
· Added support for the new arbitrary-precision numeric type introduced in qore 0.8.6
· Serialize control characters with escape codes to be compatible with common Javascript JSON libraries (also corresponding deserialization support)