json jq formatting unnamed objects onto single line
Another question re 'jq' formatting onto a single line. Here is my json file: "facet_counts":{ "facet_queries":{}, "facet_fields":{ "title":[ "primary",5981, "database",5965, "source",5963, "eecm",5949, "the",5066, "research",4888]}, "facet_ranges":{} } } As you see there is no label assigned for the tuplets within the…