Package jsondata :: Module JSONTree
[hide private]
[frames] | no frames]

Module JSONTree

source code

The JSONTree module provides features for in-memory JSON structures.

The provided features comprise:

* The construction and printout of tree formatted 
  structures for screen analysis.
* Comparison of JSON strings as tree structures.


Version: 0.2.14

Author: Arno-Can Uestuensoez

Copyright: Copyright (C) 2015-2016 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez

License: Artistic-License-2.0 + Forced-Fairplay-Constraints

Classes [hide private]
  JSONTreeException
Error in JSONTree.
  JSONTree
Variables [hide private]
  __maintainer__ = 'Arno-Can Uestuensoez'
  __uuid__ = '63b597d6-4ada-4880-9f99-f5e0961351fb'
  version = '2.7'
  _appname = 'jsonpatch'
Sets display for inetractive JSON/JSONschema design.
  _interactive = False
Activates interactive mode.
  DIFF_FIRST = 0
break display of diff after first
  DIFF_ALL = 1
list all diffs
  CHARS_RAW = 0
display character set as raw
  CHARS_STR = 1
display character set as str
  CHARS_UTF = 2
display character set as utf
  LINE_CUT = 0
force line fit
  LINE_WRAP = 1
wrap line in order to fit to length
  __package__ = 'jsondata'