Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jq

How can I extract multiple items and keep them as one json structure

jq

Is there a way to read all key-value pairs in the JSON file and then initialize all variables accordingly in shell?

json bash shell variables jq

Move nested value in jq

json jq

Parse JSON data into a variable assignment format

json shell jq

How to output inverted matches using the jq command-line JSON processor?

json jq negation

Data Cleaning Badly Designed JSON Data -- Need advice on best strategy

Count grouped members of JSON array with jq 1.3 with inline output

arrays json jq

How to set up conditional jq transform?

I want to convert the text file data to JSON using Jq

json bash shell scripting jq

How to select jq items where length of key value exceeds a number

json select jq

How to print path and key values of JSON file using JQ

json path jq

Exit with non-zero if input is empty

jq exit-code exitstatus

How do I run jq in parallel on multiple CPUs

how to filter array and slice results with jq

json select slice jq

How do I update a single value in a nested array of objects in a json document using jq?

json edit jq in-place

how to pass json file name to jq?

command-line-arguments jq

Aggregate json arrays from multiple files using jq, grouping by key

json jq

Count and remove duplicates in jq

json jq

How to write jq script to extract elements that might appear as singleton or list?

jq substr() equivalent to format a value

json string slice jq substr