Hacker News new | ask | show | jobs
by bpshaver 419 days ago
I have nushell installed and use it sometimes. Does it have built-in JSON parsing like jq?

Edit: Well, I just found out about `cat some.json | from json` in nushell. Pretty cool! The nested tables are nice.

1 comments

No need for that even. It's just:

open some.json