Skip to content

bianliangpai/json_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']}}

About

a json_parser in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages