Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jq

Easier way to find where in jq code an error occurred?

debugging jq

Delete a JSON object when a value inside the object matches a designated value (jq)

json jq delete-operator

Zip lists in jq's objects construction by {} instead of multiplying them like default

json jq transpose

How can it be determined if a jq selector succeeds or fails, given null or false might be a valid result?

bash jq

Set multiple values

json jq

Jq installation error

shell windows-installer jq

Creating Array of Objects from Bash Array using jq

arrays bash jq

jq: concatenate two values from data set

json concatenation jq

how to restrict indentation while using jq filters on json file

json jq indentation

Storing JQ NULL-delimited output in bash array

bash jq nul

Error jq: invalid JSON text passed to --argjson

json jq

how to for loop a jq array result in shell script

json linux shell jq

How can I convert JSON to an environment variable file format? [duplicate]

Store AWS CLI result to bash variable

jq fromdate "does not match format "%Y-%m-%dT%H:%M:%SZ"

How can I invoke external command to transform json using jq?

jq

Stream to array convertor without slurp

json jq

Is it possible to convert from JSON or YAML to XML using jq/yq/xq

json xml jq yq xq

Take only first json object from stream with jq, do not touch rest

json shell jq fifo