Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jq

How do I convert a named list to an array of objects

arrays json iteration jq

Use jq to collect recursive-descent results into a single array

remove a substring from a string

jq

How to group by in jq?

json linux group-by jq

How do I extract a key with jq based on its child values

jq

Can I use the $( ... ) syntax with multiline commands?

How to convert arbitrary nested JSON to CSV with jq – so you can convert it back?

Problem getting `jq` and `watch` to play together nicely?

bash curl jq watch

Where to put custom JQ functions?

module shared-libraries jq

Strptime with timezones and jq

bash jq strptime

How to properly chain multiple jq statements together when processing json in the shell such as with curl?

json curl pipeline jq

Detect the final page of a paginated cURL response in a Bash loop

json bash curl jq

How to reconstruct single object after its deconstruction in jq

json object jq

jq: easiest way to recursively remove objects based on object value condition

json jq

How to get the first object after filtering an array in jq?

json select jq

Problem with the command-line JSON processor JQ in Windows 10, 64 bit

downcase a value in JSON

json jq lowercase

difference between range(2,5) and range(2;5)

function syntax jq

Using jq, convert array of name/value pairs to object with named keys

How do I run jq on each log line and tail it?

bash less jq