smf/smfservermodule/util/qjson/README
author cgandhi <chandradeep.gandhi@sasken.com>
Tue, 18 May 2010 17:37:12 +0530
changeset 7 be09cf1f39dd
permissions -rw-r--r--
Updating the source code for plugin manager, transport manager, smfserver and smf client.

QJson version 0.5.0
-------------------------------------------------
Date: April 3rd, 2009
Website: http://qjson.sourceforge.net/
Mailing List: https://lists.sourceforge.net/mailman/listinfo/qjson-devel

Project Lead/Maintainer (2008-current):
  Flavio Castelli <flavio@castelli.name>

Install
-------
  For installation or compiling instructions, see the INSTALL file.

License
-------
  This library is licensed under the Lesser GNU General Public License.  See
  the COPYING file for more information.

Description
-----------
  JSON (JavaScript Object Notation) is a lightweight data-interchange format.
  It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.

  QJson is a qt-based library that maps JSON data to QVariant objects.
  JSON arrays will be mapped to QVariantList instances, while JSON's objects will be mapped to QVariantMap.

Happy hacking
Flavio