Combine multiple JSON array in same file into one JSON array using JQ – CentOS
I have a file which has multiple individual JSON arrays, which I want to combine (and remove empty arrays) into a single JSON array Input [] [] [ [ [ "asdfsdfsdf", "CCsdfnceR1", "running", "us-east-1a", "34.6X.7X.2X", "10.75.170.118" ] ] ] []…