How to generate random JSON test data
Define the shape you want as a list of field names and types, set how many objects you need, and the generator builds an array of flat objects with pretty-printed 2-space indentation.
Everything runs in your browser with Math.random(), so it is instant, private, and unsuitable as a source of real identifiers.
- Edit the default schema (id, name, email, age, active) or add fields with the add button.
- Give each field a name and pick one of the 19 types from the dropdown.
- Set the record count, up to a maximum of 1,000.
- Press Generate; the output is a pretty-printed JSON array with native numbers and booleans.
- Copy the result, and de-duplicate afterwards if the target table has a unique constraint.