diff lib/org.json_2.0/readme.txt @ 0:db87c1b7eb6d

initial
author dwinter
date Wed, 03 Nov 2010 12:18:46 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/org.json_2.0/readme.txt	Wed Nov 03 12:18:46 2010 +0100
@@ -0,0 +1,14 @@
+---------------------------------
+JSON - JavaScript Object Notation
+---------------------------------
+
+"JSON is a lightweight data-interchange format. It is easy for humans to read 
+and write. It is easy for machines to parse and generate. It is based on a 
+subset of the JavaScript Programming Language, Standard ECMA-262 
+3rd Edition - December 1999. JSON is a text format that is completely language 
+independent but uses conventions that are familiar to programmers of the 
+C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, 
+and many others. These properties make JSON an ideal data-interchange language."
+
+For more information:
+http://www.json.org/
\ No newline at end of file