If you need the JSON as a text file you’ll need to most likely use the Text Aggregator to “write out” the JSON format from your output bundles. Make automatically takes JSON and converts them to bundles to be used in the scenario so the JSON is just temporarily available for Make but it doesn’t provide you a way to take that JSON and download it. The Text Aggregator creates a text string from the output bundles of ANY module.
Alternatively the Create JSON in the JSON app will do this as well but it does need a data structure to work with so you’ll need to make one for each of the underlying JSON structures you’re working with, which is not as generic as you’d like.
I put together a sample for you to look at. You’ll need to generate the sample data strucure on the first Parse JSON module to make this work, but it does use the data structure to create the JSON, so it is not as generic as you’d like.
blueprint (13).json (14.8 KB)