Generate sample Json output from Json Schema Generate sample Json output from Json Schema java java

Generate sample Json output from Json Schema


You can try the JSON Schema Faker. It will take a schema and generate/output a JSON object that will validate against the schema.


JSONBuddy can do this for you. It is a Windows desktop JSON editor and generates live JSON sample data while you are editing your schema.


fake-schema-cli is another option you can use.

Example: fake-schema file-input-schema.json > output.json.