Json – Using jq to turn array of objects in to a flat arry
Using jq, I'd like to to flatten a (nested) array of objects to an array of strings. e.g. given the input { "message-id": 1, "result": { "info": { "id": 1, "name": "foobar", "route": [ { "nodeid": 1, "nodename": "name-1" },…