How to download each row as a document?

In document databases, it’s common that each “row” of data is a document.

So for example, when exporting an array of 100 JSON objects, it would handy to be able to create a zip file (or other archive?) such that it contains 100 documents that match the schema.

I created a small program to parse the downloaded file (or results from direct api calls) to turn into various documents using templates. This might be a quicker approach.