smf/smfservermodule/util/qjson/README
changeset 10 1d94eb8df9c2
parent 9 b85b0c039c14
--- a/smf/smfservermodule/util/qjson/README	Fri May 21 15:40:57 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-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