Open andig opened 4 years ago
Consider this json:
{ "version":"0.4", "data":{ "tuples":[[1588250579973,6849.399,1]] } }
To get a the tuples jq accepts (and requires)
.data.tuples[0][1]
this package in turn requires
.data.tuples.[0].[1]
This makes it rather hard to test queries upfront.
Might be related to #2. Is this package still alive at all?
Consider this json:
To get a the tuples jq accepts (and requires)
this package in turn requires
This makes it rather hard to test queries upfront.
Might be related to #2. Is this package still alive at all?