Mock JSON Generator
Generate arrays of mock JSON records from a simple field schema.
Schema
Define fields for each record
1 - 1000
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"}]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.
Credit Card Test Number Generator
Generators
Generate Luhn-valid fake card numbers for testing.
Password Generator
Generators
Create secure passwords with custom length and character sets.
Placeholder Image Generator
Generators
Generate inline SVG placeholder images with custom size and colors.
Random Emoji & Symbol Picker
Generators
Pick random emoji or symbols from curated categories.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser