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”:"[email protected]”}
{“id”:2,“first_name”:“Ruby”,“last_name”:“James”,“email”:“[email protected]”}
Is there a way for me to ensure Mockaroo puts a comma at the end of each record?
Many thanks