Skip to content

Files

Latest commit

5329bd2 · May 31, 2016

History

History

examples

To run the sample parser, from within this dir, run:

python yajl_py_example.py <doc.json

the example can also be run from ../ as:

python examples/yajl_py_example.py <doc.json

In this directory you will also find a python implementation of json_reformat, named json_reformat.py, it takes the same parameters as the C version, run it as follows for a thorough usage statement:

python json_reformat.py -h

json_verify has also been implemented, to use run:

python json_verify.py -h