jsqry / jsqry-cli

❗️DEPRECATED❗️ Command-line jsqry (like jq)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial version

xonixx opened this issue · comments

$ echo '[{"a":1},{"a":2}]' | jsqry 'a' # query
[1, 2]

Let's pretty-print by default.