Define a simple JSON structure on the left. Use the @ prefix to insert random data. You can nest objects and arrays as deep as you need.
| Alias | Example Output |
@uuid | 123e4567-e89b-12d3... |
@name | John Doe |
@firstName | John |
@lastName | Doe |
@email | john@example.com |
@phone | 555-123-4567 |
@address | 123 Main St |
@city | New York |
@country | United States |
@company | Acme Corp |
@date | 2023-10-06T14:32:00.000Z |
@url | https://example.com |
@avatar | https://.../avatar.jpg |
@word | lorem |
@sentence | Lorem ipsum dolor sit amet. |
@paragraph | Lorem ipsum dolor... |
@boolean | true / false (real boolean) |
@int | 42 (real number) |
@int(min,max) | @int(18,65) ➞ 24 |
@float(min,max) | @float(10,100) ➞ 42.55 |
Power user? Mockderful fully supports standard Faker.js mustache templates too, like {{finance.bitcoinAddress}}.