Y
Hacker News
new
|
ask
|
show
|
jobs
by
matthewtovbin
1784 days ago
Forget about jq. JSONata is much more powerful -
http://docs.jsonata.org/overview.html
3 comments
sidpatil
1784 days ago
jq is a single binary which I can easily just drop into a remote server or throw into my ~/.local/bin, where as JSONata requires NPM.
link
turbocon
1784 days ago
Yea what's going on here, you have a couple of other comments pushing Jsonata?
You an author or something?
link
matthewtovbin
1783 days ago
Not at all. After using jq in the past and seeing both it's potential and flaws I was looking for something more powerful and easy to use, so I stumbled upon JSONata and became a fan.
link
maleldil
1783 days ago
It doesn't appear to have a CLI, which is the whole point of jq
link
matthewtovbin
1783 days ago
There is one -
https://github.com/blgm/jfq
link