TJA! to Programmer [email protected] • 1 year agoA box of DevOpssh.itjust.worksimagemessage-square44fedilinkarrow-up1774arrow-down126
arrow-up1748arrow-down1imageA box of DevOpssh.itjust.worksTJA! to Programmer [email protected] • 1 year agomessage-square44fedilink
minus-square@[email protected]linkfedilink3•1 year agoI 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.
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.
js’s
JSON.stringify(obj, null, 2);
Import json Import pprint?