Project

General

Profile

JysonDocumentation » History » Revision 2

Revision 1 (Alan Kennedy, 2009-03-17 02:36 PM) → Revision 2/4 (Alan Kennedy, 2009-03-17 06:22 PM)

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

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

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

 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 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 .  

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