JSON Generator

The JSON Generator generates data using JSON template.

The dialog box of the JSON Generator contains basic settings and custom settings. You can customize the generator by changing the basic and custom settings.

Custom settings

Template Shows JSON template

Preview Shows preview of data to be generated

Generator Click to insert one of Advanced Generators into JSON template.

Functional JSON tags

{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.