/PyJsonGen

A Python tool to generate sample data from a JSON schema file

Primary LanguagePythonMIT LicenseMIT

The files in here constitute a tool, written in Python, that will take a JSON schema and generate a temporary JSON object filled with
random data. The file is guaranteeds to be compliant with the schema file.

jsdata.py - the main file for the command
report.py - specific functions to address various data types identified in the schema.