You must log in or register to comment.
For everything else, there’s
yq
,xq
, andtomlq
.Removed by mod
yq is a wrapper around jq iirc and has the same syntax, but it do yaml.
Small disclaimer that i think there may be 2 tools known as yq and this is only true of one of them.
Removed by mod
Removed by mod
And
jc
, apparently: https://programming.dev/post/7063427
One of our data providers gives us hundred megabyte json files. Whenever there is a problem with the data they request examples,
jq
is invaluable in those instances.yeah,
ls | while read file; do echo blabla $file; done