The JSON generator creates data using a JSON template. In the Fill settings section, you can set up basic and custom settings.
Template: Shows a JSON template.
Preview: Shows the preview of data to be generated.
Generator: Click to insert one of Advanced Generators into the JSON template.
{Full Name()} generates Full Name Generator data.
{int(-90,90)} generates integers ranging from -90 to 90.
{repeat(2,9)} specifies how many objects need to be generated. In this particular case, a random number from 2 to 9 objects will be generated.
{sort(id)} sorts the generated objects by the id property.
