TJA! to Programmer Humor@programming.dev • 1 year agoA box of DevOpssh.itjust.worksimagemessage-square47fedilinkarrow-up1773
arrow-up1773imageA box of DevOpssh.itjust.worksTJA! to Programmer Humor@programming.dev • 1 year agomessage-square47fedilink
minus-square@Cratermaker@discuss.tchncs.delinkfedilink4•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.
minus-square@ElectricCattleman@lemmy.worldlinkfedilinkEnglish5•1 year agojs’s JSON.stringify(obj, null, 2);
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