Mock JSON Data Generator
Generate fictional JSON records with IDs, names, reserved example-domain emails, flags, scores and ISO dates.
This tool runs entirely in your browser. Your files are never uploaded to a server.
Produces fictional records with example.com/.org/.net addresses. Do not treat generated names, IDs, dates, or scores as real people or production fixtures.
What this generator does
Generate fictional JSON records with IDs, names, reserved example-domain emails, flags, scores and ISO dates.
How to use it
Choose the available options, generate the requested count, review the output and copy it when ready.
Output structure
Generate fictional JSON records with IDs, names, reserved example-domain emails, flags, scores and ISO dates.
Example
Choosing five records returns an indented JSON array containing five independently generated objects with a stable field shape.
Randomness and safety
Random values use crypto.getRandomValues rather than Math.random. Outputs are generated independently and validated against the documented shape.
Limitations
The fixed schema is intended for quick UI and API experiments, not configurable schemas, referential integrity, load tests or production fixtures.
Privacy
Generation runs locally in your browser. Inputs, generated keys and mock records are not uploaded or retained by this tool.
Frequently Asked Questions
- Mock JSON Data Generator: What this generator does?
- Generate fictional JSON records with IDs, names, reserved example-domain emails, flags, scores and ISO dates.
- Randomness and safety?
- Random values use crypto.getRandomValues rather than Math.random. Outputs are generated independently and validated against the documented shape.
- Limitations?
- The fixed schema is intended for quick UI and API experiments, not configurable schemas, referential integrity, load tests or production fixtures.