JSON generated - missing comma between records?

Hi,

I’ve created a schema and am able to generate data into a JSON file. However, there is no comma at the end of each record in the JSON file. For example:

{“id":1,“first_name”:“Ernest”,“last_name”:“Gardner”,“email”:"egardner0@list-manage.com”}
{“id”:2,“first_name”:“Ruby”,“last_name”:“James”,“email”:“rjames1@smh.com.au”}

Is there a way for me to ensure Mockaroo puts a comma at the end of each record?

Many thanks

Click the “array” checkbox at the bottom of the schema.

1 Like