Sometimes you want to export your data as JSON files.
One cool thing about JSON file is that you can have the data in a nested structure.
But when you export data as JSON in Exploratory it exports it as a Flat JSON file.
In order to have ‘Nested’ format you need to nest your data before the export.
Here’s how you can do it.