JSON Generator
Generate mock JSON data from a custom schema. Perfect for APIs, prototypes, and testing.
Schema
Options
150
Generated JSON
[
{
"id": 1,
"name": "Ella Sullivan",
"email": "iris.carter98@fake.org",
"active": true
},
{
"id": 2,
"name": "Mia Foster",
"email": "zoe.carter12@mail.test",
"active": false
},
{
"id": 3,
"name": "Miles Parker",
"email": "ethan.carter24@mail.test",
"active": false
},
{
"id": 4,
"name": "Liam Reed",
"email": "iris.sullivan21@sample.dev",
"active": false
},
{
"id": 5,
"name": "Liam Nolan",
"email": "mia.quinn45@mail.test",
"active": false
}
]