Aestate
Functions
aestate.ajson.sim.tool Namespace Reference

Functions

def main ()
 

Detailed Description

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)

Function Documentation

◆ main()

def aestate.ajson.sim.tool.main ( )

Definition at line 18 of file tool.py.