Hacker News new | ask | show | jobs
by yoavm 875 days ago
Thank you! The CLI doesn't do JSON output for now, curious about your use case? I assume you can slap `jq` on it like this: `n | jq -R -s -c 'split("\n")[:-1]'`

The HTTP interface will do JSON unless you include `Accept: text/html` in your requests.