You can also load data via #data={"name":"Ada"} or #url=... It is cleared from the address bar after it is read.
Generate test JSON by depth or from a sample shape. For frontend mocks, demo data, or as input to code generation, you do not need to type from scratch. Choose a random structure, or a fixed template such as an API response, package.json, or a ChatGPT request.
Quick placeholders
Start with data that has the right shape, then swap in real fields. Depth and items per level are adjustable so you do not generate huge nesting.
Opening the page generates a sample. After Clear, auto-generation stops until you click “Regenerate.”
Generated locally
Random output exists only on this page. Do not use random strings as security tokens or lottery seeds.
After generating, copy immediately to Format, Schema, or entity generation.
Then use other tools
Format, emit a Schema, or emit entity classes right away. A good first draft for demos and unit-test fixtures.
Building data that strictly follows a JSON Schema needs a dedicated faker pipeline. This page does not solve full constraints.