You must log in or register to comment.
I wrote a json prettifier a couple months ago with just a couple lines of code. I thought it would take a while but ended up taking like 10 minutes.
Import json Import pprint?
js’s
JSON.stringify(obj, null, 2);
| jq