Is it possible to specify a field to sort the generated data by?

Loving this tool, although it is not clear to me how to sort the resulting (JSON) data array, is this possible?

It isn’t currently possible to sort arrays. Can you elaborate on your use case? Maybe it’s something I can implement soon.

I am using Mockaroo to generate JSON files to use mock services for a web application (loaded using ajax). I use these mock services to populate datagrids and I would prefer it if the json arrays were sorted appropriately.

(great tool btw, i only found it today, i’ve been writing mock json services for years, this is a much better way of doing it)