Qore Programming Language

  • Increase font size
  • Default font size
  • Decrease font size
json module

The Qore json module allows Qore programs to parse and generate JSON strings and use JSON-RPC functionality.  Note that this functionality was included in the main Qore library up until v0.8.1, at which time the functionality was separated into this module.

Module documentation: http://www.qore.org/manual/modules/json/index.html

The latest source code can be checked out from svn with the following command:

svn co https://svn.qore.sf.net/svnroot/qore/module-json/trunk qore-module-json

Requires qore 0.8.1+ and openssl headers and libraries to build and run.

RPMs for Linux can be found at the opensuse build service here: http://download.opensuse.org/repositories/devel:/languages:/misc/

Mac OS/X users can install this module by using macports by issuing the following command

sudo port selfupdate
sudo port -vu install qore-json-module

The portfile can be found here: http://trac.macports.org/browser/trunk/dports/lang/qore-json-module/Portfile

Title Filter     Display # 
# Article Title Author Hits
1 JSON-RPC Client Example David Nichols 334
2 json test script David Nichols 251
3 JsonRpcHandler example Administrator 6724