/usr/lib64/python2.6/site-packages/simplejson
Edit: /usr/lib64/python2.6/site-packages/simplejson/tool.pyc (1499B)
Ñò
}DVc @€ sS d Z d d k l Z d d k Z d d k Z d „ Z e d j o e ƒ n d S( s Command-line tool to validate and pretty-print JSON
Usage::
$ echo '{"json":"obj"}' | python -m simplejson.tool
{
"json": "obj"
}
$ echo '{ 1.2:3.4}' | python -m simplejson.tool
Expecting property name: line 1 column 2 (char 2)
iÿÿÿÿ( t with_statementNc C€ ss t t i ƒ d j o t i } t i } n— t t i ƒ d j o# t t i d d ƒ } t i } n^ t t i ƒ d j o0 t t i d d ƒ } t t i d d ƒ } n t t i d d ƒ ‚ | i i ƒ zR y" t i
| d t i d t ƒ} Wn) t
j
o t t i ƒ d ƒ ‚ n XWd QX| i i ƒ z3 t i | | d
t d d d t ƒ| i d
ƒ Wd QXd S( Ni i t ri t wi s [infile [outfile]]t object_pairs_hookt use_decimalt sort_keyst indents s
( t lent syst argvt stdint stdoutt opent
SystemExitt __exit__t __enter__t jsont loadt OrderedDictt Truet
ValueErrort exc_infot dumpt write( t infilet outfilet obj( ( s5 /usr/lib64/python2.6/site-packages/simplejson/tool.pyt main s(
!"t __main__( t __doc__t
__future__R R t
simplejsonR R t __name__( ( ( s5 /usr/lib64/python2.6/site-packages/simplejson/tool.pyt
s