Json – Use jq to append array contents from multiple files into one master array
I'm attempting to use jq to combine the data of many JSON files. However, most solutions I tried clobber the data and I end up losing most of it. Each file looks something like this { "Brand":"brand", "Fulfilled":5600, "Total":5626, "Data":[…