json_parser a json_parser in python Usage python main.py /path/to/json/file the result is python builtin dict or list type. a possible output: {'a0': 'b0', 'a1': {'b1': 'a1b1'}, 'a2': {'b1': 'a2b1', 'b2': ['a2b2c1', 'a2b2c2']}}