You're viewing a single thread.
View all comments
47
comments
Could've been worse. Could be unprettified json.
22 0 ReplyJson is incredibly easy to prettify.
14 1 ReplyI do it by converting to yaml ;)
6 0 ReplyI 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.
4 0 Replyjs's
JSON.stringify(obj, null, 2);
5 0 ReplyImport json Import pprint?
6 2 Reply| jq
2 0 Reply
| jq
2 0 ReplyI use jq pretty much every day
2 0 Reply
You've viewed 47 comments.
Scroll to top