This feels like it might be trivial, apologies if it is.
If I can filter down to a map in the form:
filename1.json: {"some":"json"}
filename2.json: {"some":"json"}
how can I split this into two files: filename1.json and filename2.json with only the json as content?
Thanks
This feels like it might be trivial, apologies if it is.
If I can filter down to a map in the form:
how can I split this into two files:
filename1.jsonandfilename2.jsonwith only the json as content?Thanks