mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
7a1b4848a3
The criteria for whether something "belongs" in Development or Libraries or Python or ... is admittedly arbitrary. As a general rule, if it could be either Libraries or Python, it's Python. Otherwise, pick one and we'll go from there... Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
6 lines
417 B
Text
6 lines
417 B
Text
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.
|