Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jq

jq merge json arrays without duplicates

arrays json jq

jq add file contents into json and update

json jq

jq: Turn an array of objects into individual objects and use each array index as a new key

json google-bigquery jq

How to remove Cookie value from HAR file before sharing it with another person

jq har

Update one value (matching a known key) in a list of JSON objects using jq

json bash 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