JSON toolbox
What caught my eyes in https://news.ycombinator.com/item?id=31166956
-
fx interactive json tool
-
jless is a command-line JSON viewer
-
gron makes JSON greppable
-
dasel allows you to query and modify data structures using selector strings.
-
jc JSONifies the output of many CLI tools and file-types for easier parsing in scripts
-
jo makes a JSON object
-
gojq Pure Go implementation of jq
List of nifty CLI tools
https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools/