Email or username:

Password:

Forgot your password?
Gleb Zakharov

Yesterday I had to explore a large 200mb JSON that represented a tree: sublime and vim just didn't work.

Then this code helped, it trimmed all unnecessary info, and I was able to load the thing into portal:

I wonder of 2 things now:
- can portal open big jsons without preprocessing;
- will specter library make it better.

3 comments
Daniel Janus

@snyssfx Not Clojure-based but I've come to appreciate fx.wtf/ as a JSON exploration tool

Gleb Zakharov

@nathell It works on this big file and lets me preview it, nice! I miss maps and filters tho, maybe I overlooked them

Go Up