Skip to content

rnd0101/json_schema_inferencer

Repository files navigation

json_schema_inferencer: Automatically generates schema given JSON samples
Installation

For development (NB. assuming target virtualenv is activated):

git clone git@github.com:rnd0101/json_schema_inferencer.git
cd json_schema_inferencer
python setup.py develop
python setup.py test

Useful usage examples can be found under tests directory.

Usage:

json_schema_inferencer -u file:///path/to/file.json

of

json_schema_inferencer -u http://someserver/path/to/file.json

About

Automatically generates schema given json samples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages