Hacker News new | ask | show | jobs
by hu3 932 days ago
Thank you so much. This seems like a saner approach for some simpler use cases.

It flattens the structure. And makes for easy diffing.

1 comments

There's also this awesome tool to make JSON interactively navigable in the terminal:

https://fx.wtf

https://jless.io/ is similar, and will give you jq selectors so the two combine very well. (fx might have that feature too, I dunno)
Ah thanks, jless is actually the one I was originally thinking of and trying to find! :D