Mock JSON Generator
Generate realistic fake JSON for testing.
JSON
[
{
"id": "32ea0e0e-664b-4625-a5b9-55b9921871ff",
"name": "Emma Wilson",
"email": "victor.patel@test.org",
"city": "Auburn"
},
{
"id": "20afee37-5f14-4046-8778-aa790c9f36a1",
"name": "Emma Kim",
"email": "tariq.wang@mail.com",
"city": "Brighton"
},
{
"id": "bb700fbe-6cac-482f-90a4-ee3ff12356ee",
"name": "Olivia Mitchell",
"email": "kara.hernandez@test.org",
"city": "Palmer"
},
{
"id": "1783dcd8-1b39-42e5-a4c4-b224bba358bb",
"name": "Jasmine Johnson",
"email": "chloe.chen@test.org",
"city": "Easton"
},
{
"id": "5a898a34-be19-4f53-b978-8199c7ca58ff",
"name": "Sara Evans",
"email": "nora.kim@test.org",
"city": "Hamilton"
},
{
"id": "e61e3a35-d010-419a-9cad-51fb32b1d196",
"name": "James Delgado",
"email": "fatima.ahmed@test.org",
"city": "Brighton"
},
{
"id": "febff181-d51d-4f89-a799-3c15e874bdcc",
"name": "Elena Ibrahim",
"email": "isabella.ibrahim@mail.com",
"city": "Newport"
},
{
"id": "ac0d7b3c-69a9-4b69-8e78-46ad52dafa11",
"name": "Wei Patel",
"email": "sam.hayes@test.org",
"city": "Salem"
},
{
"id": "dbef1bed-cebf-4064-aa65-af19a334f710",
"name": "Eli Nakamura",
"email": "carlos.hall@sample.io",
"city": "Cambridge"
},
{
"id": "e0076adb-1ca8-4bab-84a8-9e34caed8305",
"name": "Liam Kim",
"email": "victor.reyes@demo.net",
"city": "Dover"
}
]Same seed gives the same data every time. Leave the seed blank and hit regenerate for fresh values.
About
Define a schema (name, email, address, phone, lorem text, dates, IDs). Pick a count. Get an array of fake objects with realistic values. Useful for seeding databases, testing UIs, or stubbing APIs.
How to use
- Pick fields and types.
- Set the array size.
- Generate and copy.
FAQ
Does it generate the same data each time?+
By default no, each run is random. Set a seed for reproducibility.