JSON placeholder data generator
Fake fixture data for mocking an API response, seeding a local database, or filling a UI with something more realistic than "asdf". Pick a record type (user, product, or order), toggle the fields you need, and copy valid JSON straight into your test suite.
output.json
[
{
"id": "a2104fec-d70c-b02c-787c-3d98d60e4e93",
"name": "Alexander Smith",
"email": "alexander.smith@workspace.co"
},
{
"id": "07617c12-7e96-d1bd-cd41-0fe4a3b9f37f",
"name": "Lucas Thomas",
"email": "lucas.thomas@mail.dev"
},
{
"id": "bf8d1938-0cc0-32d7-b036-22003b4a8dc9",
"name": "Henry Rodriguez",
"email": "henry.rodriguez@workspace.co"
},
{
"id": "c6a7fe0e-e0ab-4d4b-7bf1-132aae8b6c7f",
"name": "Ethan Wilson",
"email": "ethan.wilson@mail.dev"
},
{
"id": "67ac8d2c-5af7-5532-dbd5-b046e16fbd68",
"name": "Noah Martin",
"email": "noah.martin@inbox.io"
}
]