Project

General

Profile

Actions

Documentation for jyson, a pure-java JSON decoder for jython.

To use jyson as a JSON decoder, see the jyson decoder documentation, which describes

  1. How to use jyson to parse JSON documents and generate a jython object hierarchy from them
  2. Options available for controlling the parsing process
  3. How you can deal with character and byte encoding issues.
  4. etc.

To use jyson as a JSON encoder, see the jyson encoder documentation, which describes

  1. How to use jyson to obtain a representation of a jython oject hierarchy as a JSON document.
  2. Options available for controlling the generation process
  3. How to ensure that all characters in the generated lie within the ASCII character set .
  4. How jyson can generate JSON from user objects
  5. etc.

Here is a page that describes the differences between jyson and the cpython json module .

Updated by Alan Kennedy about 15 years ago ยท 4 revisions