/random-json-generator

This python project help to generate random JSON data from a given schema file

Primary LanguagePython

JSON data generator.

TODO: validator method

Copy src/example-schema.json and make a new file as per your requirement. Then instantiate json_generator.py. Example code is written in src/example.py Run this python example.py --type m --count 1 --objects 20000 --folder "data/". The respective JSON of schema.json is given in src/example-schema.json