diff -r c39a6cfd1fb9 -r be09cf1f39dd smf/smfservermodule/util/qjson/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/smf/smfservermodule/util/qjson/README Tue May 18 17:37:12 2010 +0530 @@ -0,0 +1,28 @@ +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 + +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