Project

General

Profile

JysonDocumentation » History » Revision 3

Revision 2 (Alan Kennedy, 2009-03-17 06:22 PM) → Revision 3/4 (Alan Kennedy, 2009-03-17 06:25 PM)

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

 To use jyson as a "JSON":http://json.org decoder, see the [[JysonDecoding|jyson decoder documentation]], which describes the following 

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

 To use jyson as a JSON encoder, see the [[JysonEncoding|jyson encoder documentation]], which describes the following 

  # How to use jyson to obtain a representation of a jython oject hierarchy graph as a JSON document. 
  # Options available for controlling the generation process 
  # How to ensure that all characters in the generated lie within the "ASCII character set":http://en.wikipedia.org/wiki/ASCII . 
  # How jyson can generate JSON from user objects 
  # etc. 

  

 Here is a page that describes the [[JysonDifferences|differences between jyson and the cpython json module]] .