Mock JSON Generator

Generate a mock JSON array from a simple "field: type" schema. Everything runs on your device — fast, free, and private.

The result will appear here…
or press Ctrl+Enter

Everything runs in your browser. Your data is never sent to our servers.

728 × 90Ad Space AvailablePlace your ad here

Example

Example Input

id: int
name: name
email: email

Example Output

[
  { "id": 1, "name": "Name 1", "email": "user1@example.com" }
]

How to Use

  1. 1Fill in the input and/or set "More settings" as needed.
  2. 2Click the Generate button (or press Ctrl+Enter).
  3. 3Copy the result with the Copy button.

About Mock JSON Generator

Mock JSON builds an array of JSON objects from a compact schema: one "field: type" line (e.g. "id: int", "name: name", "email: email"). Known types include int, float, bool, name, email, username, phone, date, datetime, url, color, and uuid.

Set the record count and a minify option. Ideal for populating mock API responses or frontend test fixtures. It CREATES new data, unlike the JSON formatters/validators in other categories.

FAQ

Is any data sent to a server?

No. Mock JSON Generator runs entirely in your browser — everything is generated locally and never uploaded to our servers.

Related Tools

Related Categories