Entity Inspector Import / Export as JSON files

Hi,

i’ve a little improvement suggestion: Would it be possible to export (and probably import) entities through the export button in the entity inspector (and the other screen where entities can be downloaded) as JSON files (with pretty printed JSON string inside the file) additionally to zip files (configured e.g. via app.properties file or via a popupButton).

The background of this is that when import of the JSON files in done like described here and therefore putting the files into version control is a little harder, because doing a git diff is a little harder in binary files.

Since it uses the EntityImportExportService it would probably need to change its API.

That would be great!

Bye
Mario