Hacker News new | ask | show | jobs
by kryptozinc 1520 days ago
Is there a universal json normalizer (to csv for example) that doesn't require learning a terse language?
1 comments

There is gron [1], which prints json as a series of assignment statements that recreate the json value. It's pretty handy.

[1] https://github.com/TomNomNom/gron