>_
TOOlover
Search tools...
⌘
K
Sign in
Sign up
Home
/
json
/
JSON Sample Generator
JSON Sample Generator
Generate sample JSON data from a JSON Schema
JSON Schema
UPLOAD
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "email": { "type": "string", "format": "email" }, "age": { "type": "integer" }, "isActive": { "type": "boolean" }, "createdAt": { "type": "string", "format": "date-time" }, "address": { "type": "object", "properties": { "street": { "type": "string" }, "city": { "type": "string" }, "country": { "type": "string" } } }, "tags": { "type": "array", "items": { "type": "string" } } }, "required": [ "id", "name", "email" ] }
827 BYTES
Generated Sample
COPY
SAVE
SHARE
CLEAR
Output will appear here...
0 BYTES