slackbuilds/python/json-py
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
json-py.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
json-py.info python/json-py: Updated homepage and download links 2017-05-20 06:53:37 +07:00
setup.py
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.