Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jq

Create JSON using jq from pipe-separated keys and values in bash

json bash docker jq

How to use jq to output JSONL (one independent JSON object per line)

json jq jsonlines

jq select value from array

json jq

CSV to JSON using jq

json csv jq

How do I sum the values in an array of maps in jq?

json sum key jq

jq: group and key by property

json key grouping jq

Exporting JSON to environment variables

How to filter an array of JSON objects with jq?

json jq

JSON JQ if without else

json if-statement syntax jq

jq not working on tag name with dashes and numbers

json bash jq

Docker Error - "jq: error: Cannot iterate over null"

How to convert a string to an integer in a JSON file using jq?

json casting jq

How to use jq when the variable has reserved characters?

json key special-characters jq

Concat numbers from JSON without doublequotes using jq [duplicate]

json jq

How to map an object to arrays so it can be converted to csv?

json jq

Deleting multiple keys at once with jq

jq

jq dates and unix timestamps

json unix jq

Using jq with bash to run command for each object in array

bash jq

How to check if element exists in array with jq

arrays json bash membership jq

Check if string is a valid JSON with jq

json bash jq