All tools

Mock JSON Generator

Generate realistic fake JSON for testing.

JSON
[
  {
    "id": "7fc3a087-30af-410c-8c6c-8c17af157491",
    "name": "Daniel Miller",
    "email": "maria.hassan@test.org",
    "city": "Lincoln"
  },
  {
    "id": "29f240e3-04ca-47ba-9ce5-f0731c0e6895",
    "name": "Eli Ibrahim",
    "email": "charlotte.fischer@example.com",
    "city": "Palmer"
  },
  {
    "id": "47a748ad-6a84-4297-9c66-dcf65ba1017c",
    "name": "Theo Evans",
    "email": "hannah.schneider@test.org",
    "city": "Danville"
  },
  {
    "id": "b080023e-a507-4cf1-9312-46275b6067b4",
    "name": "Chloe Nakamura",
    "email": "tariq.hill@mail.com",
    "city": "Keene"
  },
  {
    "id": "4c9dd920-4ab5-4ffd-8ec1-bda69d68f4d9",
    "name": "Jack Gomez",
    "email": "fatima.bailey@sample.io",
    "city": "Milton"
  },
  {
    "id": "829e5f8b-ab3e-4eb9-9acb-dd29a949850e",
    "name": "Liam Rivera",
    "email": "oscar.fischer@demo.net",
    "city": "Auburn"
  },
  {
    "id": "3fe19905-a716-405e-86db-ff6acb816ca0",
    "name": "Daniel Reyes",
    "email": "emma.hill@sample.io",
    "city": "Georgetown"
  },
  {
    "id": "a939b0c9-d9ba-49c3-83c5-a3c6f719e3aa",
    "name": "Mateo Kapoor",
    "email": "liam.gomez@mail.com",
    "city": "Lincoln"
  },
  {
    "id": "790383c8-4e21-432b-8aca-3b6402bab62a",
    "name": "Amelia Martin",
    "email": "mateo.miller@sample.io",
    "city": "Marion"
  },
  {
    "id": "cd6640cc-3945-4cf7-af1d-583fa65c4c01",
    "name": "Eli Gomez",
    "email": "kai.nakamura@demo.net",
    "city": "Danville"
  }
]

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

  1. Pick fields and types.
  2. Set the array size.
  3. Generate and copy.

FAQ

Does it generate the same data each time?+

By default no, each run is random. Set a seed for reproducibility.