Bash jq, how to read a json file where field names are like numbers?
I can’t access the values in the json file. Can be a bug for labels like numerics? Or I wrong to use jq? Can you help me? Below json sample Sorry for my English, txs { "datasets":{ "0": { "0": { "0":11, "1":11,"2":10 }, "1": { "0":73, "1":77, "2":87 }, …., …., "n":{ "0":1027, "1":1025,… Read More Bash jq, how to read a json file where field names are like numbers?