summaryrefslogtreecommitdiffstats
path: root/libraries/json-py/README
diff options
context:
space:
mode:
author Marco Bonetti <sid77@slackware.it>2010-05-12 23:30:23 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 23:30:23 +0200
commit4e44e15c0a4f5dcde23c49743422a1f8ba16f177 (patch)
tree86eed5b2f255ce538c2e6b5c96d664318e706903 /libraries/json-py/README
parent91e9b6db1b9b6fd0fce1bb27b9b69ea1612a3036 (diff)
downloadslackbuilds-4e44e15c0a4f5dcde23c49743422a1f8ba16f177.tar.gz
slackbuilds-4e44e15c0a4f5dcde23c49743422a1f8ba16f177.tar.xz
libraries/json-py: Added to 12.2 repository
Diffstat (limited to 'libraries/json-py/README')
-rw-r--r--libraries/json-py/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/json-py/README b/libraries/json-py/README
new file mode 100644
index 0000000000..4c62e5fa90
--- /dev/null
+++ b/libraries/json-py/README
@@ -0,0 +1,6 @@
+json-py is a simple, pure-python implementation of a JSON (http://json.org)
+reader and writer. JSON is used to exchange data across systems written
+in various languages. It is particularly suited to dynamic languages
+like Python, Javascript, etc. JSON = Javascript Object Notation implies
+it is suitable for AJAX applications that exchange data from servers to
+Javascript applications running on web browser clients.