What JSON Sample Generator does
Generate deterministic JSON fixtures from local JSON Schema defaults, examples, enums, formats, properties, arrays, and local references.
Also searched as sample, mock, mock data, fixture, fake data, test data, dummy data, example.
Resolve local schema references
Prefer const, default, example, and enum values
Generate bounded deterministic values for remaining constraints
Fixtures, not a mocking server
This creates inspectable sample JSON from a schema. HTTP endpoints, request matching, and hosted mock servers remain deferred.
JSON Sample Generator FAQ
Does jsontools.me upload my JSON?
No. The document is parsed and processed by json-buf inside a dedicated WebAssembly worker on your device.
Does it work offline?
Yes. After the application shell and engine have loaded once, the installable PWA keeps the tools available without a network connection.