Project

General

Profile

Actions

JysonDocumentation » History » Revision 2

« Previous | Revision 2/4 (diff) | Next »
Alan Kennedy, 2009-03-17 06:22 PM


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

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

  1. How to use jyson to parse JSON documents
  2. Options available for controlling the parsing process
  3. How you can deal with character and byte encoding issues.

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

  1. How to use jyson to obtain a representation of a jython oject graph 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 .

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

Updated by Alan Kennedy about 15 years ago · 2 revisions