Y
Hacker News
new
|
ask
|
show
|
jobs
by
folkrav
1521 days ago
Honestly, I've only really used `jq` to quickly parse JSON structures in interactive sessions e.g
curl -s http://foo.bar | jq .some.nested.value
Anything more complicated I would indeed go for writing a proper script.
1 comments
eru
1521 days ago
Don't tell anyone, but jq is secretly a pretty well thought out functional programming language.
link