Bluesky
GitHub
RSS
Home
Blog
Talks
TIL
Saved
OSS
|
Ideas
|
Uses
#jq
2021
Filter for dates before today with `jq`
Remove any entries in a list where the specified date is before today using
strftime
🎓
#jq
Get all keys in a list of objects with JQ
Extract all unique keys in a list of JSON objects using
inputs[]
and
keys[]
🎓
#jq
Set a value in place with `jq`
How to edit a JSON file in place with
jq
🎓
#jq
Group by fields with `jq`
Aggregate your logs using
jq
and get a count of unique tuples based on the contents of various fields
🎓
#jq
Sum values with jq
Output the sum of a set of values by extracting a single field, converting to a number and adding them all together
🎓
#jq
2016
Extract keys using JQ
🎓
#jq
2014
Extract substring of specific values with JQ
🎓
#jq