Mock JSON Generator
Generate realistic mock user-record JSON for testing & demos.
● runs in your browsermock data (user records)
[
{
"id": 1,
"uuid": "9468657e-daa2-44e7-adab-9ccf95a161d4",
"name": "Aarav Gupta",
"email": "aarav.gupta@test.org",
"age": 34,
"city": "Kolkata",
"active": false,
"score": 39.7,
"tags": [
"bravo"
],
"createdAt": "2026-03-01T06:17:24.425Z"
},
{
"id": 2,
"uuid": "4a668c84-5591-4532-9d31-e2d6ea23d993",
"name": "Kiara Reddy",
"email": "kiara.reddy@test.org",
"age": 58,
"city": "Guntur",
"active": true,
"score": 76.5,
"tags": [
"echo"
],
"createdAt": "2026-02-24T15:35:10.658Z"
},
{
"id": 3,
"uuid": "35c00c93-0752-43fc-aa60-5efb2c684387",
"name": "Reyansh Nair",
"email": "reyansh.nair@demo.net",
"age": 65,
"city": "Bengaluru",
"active": true,
"score": 45,
"tags": [
"pixel",
"zen",
"orbit"
],
"createdAt": "2026-05-24T11:58:05.193Z"
},
{
"id": 4,
"uuid": "5e006574-ca25-458d-af73-7fae03bc8d12",
"name": "Arjun Kapoor",
"email": "arjun.kapoor@demo.net",
"age": 37,
"city": "Chennai",
"active": true,
"score": 76.4,
"tags": [
"flux",
"pixel",
"flux"
],
"createdAt": "2026-03-22T07:19:12.313Z"
},
{
"id": 5,
"uuid": "c000270e-2328-4364-b929-fcc213c5a2c1",
"name": "Myra Iyer",
"email": "myra.iyer@example.com",
"age": 37,
"city": "Pune",
"active": false,
"score": 73.7,
"tags": [
"quartz",
"nova",
"nova"
],
"createdAt": "2026-04-28T05:54:59.517Z"
}
]