Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jq

Passing variables (containing spaces) to curl --data field

json bash jq

Print colored raw output with jq on terminal

How to create a json file with jq

json jq

How do I use jq to filter an array that contains both objects and strings?

json jq

jq select and contains error: null (null) and string ("randomtext1") cannot have their containment checked

select jq containment

jq - concatenate passed arguments with strings

json bash jq

How to use `yq` to select key-value pairs and format them into "$key=$value" style outputs?

bash jq yq

How to pretty print a JSON inside a string with jq?

json jq pretty-print

How do I count specific JSON items in Bash, or another shell?

json bash shell parsing jq

JQ: How to turn output of array selector back into an array? [duplicate]

arrays json jq

Use jq to find array element by containing string

json jq

jq with single quotes bash script

linux bash shell jq

jq how to grab all values and use for script arguments

json jq

Using jq to add/prepend an element to the top of an array

arrays jq prepend

In jq, get index of current item (similar to Python's enumerate())?

json jq enumerate

Difference between slurp, null input, and inputs filter

performance jq

How to convert JSON to tsv format using jq

jq

Convert text file with key=value pair to specific json format in jq

json shell jq

Filter empty and/or null values with jq

json null jq key-value jsonlines

JQ adds single quotes while saving in environment variables

environment-variables jq