How to Generate Mock JSON
To generate data, paste a JSON template (blueprint) into the left editor. The values of your keys dictate the type of fake data generated. We use the powerful Faker.js library under the hood.
Supported Data Types
| Blueprint Value | Generated Output | Category |
|---|---|---|
| "uuid" | 123e4567-e89b-12d3... | Identifiers |
| "name" | John Doe | Personal |
| "email" | john.doe@example.com | Personal |
| "company" | Acme Corp | Business |
| "city" | New York | Location |
| "date" | 2023-10-25T10:00:00Z | Temporal |
| "price" | 49.99 | Commerce |
| "ip" | 192.168.1.1 | Network |
Related JSON Tools
After generating mock data, convert it to SQL INSERT statements for database seeding. Generate TypeScript interfaces from the mock data. View large datasets in a sortable table.