Y
Hacker News
new
|
ask
|
show
|
jobs
by
jaib8
2354 days ago
I haven't used jsonnet before but is it possible to read via stdin? for eg to parse a json response from a rest endpoint in jq I would do something like: $ curl "..." | jq .abc