You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
417 B

  1. json-py is a simple, pure-python implementation of a JSON (http://json.org)
  2. reader and writer. JSON is used to exchange data across systems written
  3. in various languages. It is particularly suited to dynamic languages
  4. like Python, Javascript, etc. JSON = Javascript Object Notation implies
  5. it is suitable for AJAX applications that exchange data from servers to
  6. Javascript applications running on web browser clients.