Generate ready-to-paste JSON records full of realistic-but-fake user data — ids, names, emails, ages, and flags — perfect for seeding a test database or stubbing an API response.
When you're building a UI or an endpoint, you often need believable sample data before the real thing exists. This tool produces well-formed JSON objects (or an array of them) so you can drop them straight into a fixture file, a mock server, or a component's props.
All data is clearly fake — emails use the reserved example.com domain and names are randomly assembled — so there's no risk of using a real person's details. Toggle pretty-printing for readability, or turn it off for compact output.
Frequently asked questions
Is the data real?
No. Every field is randomly generated and emails use the reserved example.com domain, so nothing maps to a real person or inbox.
What fields are included?
Each record has an id, first and last name, username, email, age, an active flag, and a numeric score — a typical shape for a user object.
Can I generate an array?
Yes — set records above one and you'll get a JSON array; leave it at one for a single object.