Json – How to get jq to output a long dataset (part 2)?
Suppose I have this ndjson file: {"id": 99, "labeled_values": [["one", "green"], ["two", "red"], ["three", "blue"]]} {"id": 100, "labeled_values": [["four", "green"], ["five", "red"]]} How do I get the output below (tab-separated)? That is: id on every line, and the pairs of…