Skip to content

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

Notifications You must be signed in to change notification settings

Ankur-Jat/random-json-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages