Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jq

replace values with variables - jq

Make JQ output a table

How to merge (average/sum) duplicated objects in .json via jq?

json bash jq

jq: how does any() real work in array context?

jq

Iterate though huge JSON in powershell

json powershell jq

jq: Can I use the name of an argument in the code itself?

jq

Unix jq parsing wildcards

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