Mock JSON Generator
Generate arrays of mock JSON records from a simple field schema.
Schema
Define fields for each record
Result
Generated JSON array
About the Mock JSON Generator
Design a schema with named fields and types like name, email, uuid, integer, boolean, date, and lorem text, then generate a ready-to-use JSON array of mock records for testing and prototyping.
Examples
Two-field schema
id: uuid, name: nameOutput
[{"id":"...","name":"Ada Lovelace"}]Keyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
Fake User Generator
Generators
Generate random fake user records with names, emails, and addresses.
.gitignore Generator
Generators
Build a .gitignore file from built-in language and OS presets.
Apple App Site Association Generator
Generators
Build the AASA file that powers iOS universal links.
Credit Card Test Number Generator
Generators
Generate Luhn-valid fake card numbers for testing.
ICS Calendar Event Generator
Generators
Build a downloadable .ics calendar invite with reminders and recurrence.
iOS Privacy Manifest Generator
Generators
Build Apple's PrivacyInfo.xcprivacy file for App Store submission.
Frequently asked questions
Read more
- JSON Schema validation in real projects
Beyond 'required fields' — writing JSON Schemas that catch real bugs, choosing a validator, and using schemas as living documentation.
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser