▲ 753 ▼ A box of DevOps (sh.itjust.works) submitted 2 years ago by tja@sh.itjust.works to c/programmer_humor@programming.dev 47 comments fedilink hide all child comments
[–] magic_lobster_party@kbin.social 13 points 2 years ago (3 children) Json is incredibly easy to prettify. permalink fedilink source parent hideshow 6 child comments replies: [–] synae@lemmy.sdf.org 6 points 2 years ago I do it by converting to yaml ;) permalink fedilink source parent [–] Cratermaker@discuss.tchncs.de 4 points 2 years ago (3 children) 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. permalink fedilink source parent hideshow 6 child comments replies: [–] ElectricCattleman@lemmy.world 5 points 2 years ago js's JSON.stringify(obj, null, 2); permalink fedilink source parent [–] kbotc@lemmy.world 4 points 2 years ago Import json Import pprint? permalink fedilink source parent [–] 30p87@feddit.de 2 points 2 years ago | jq permalink fedilink source parent [–] 30p87@feddit.de 2 points 2 years ago (1 child) | jq permalink fedilink source parent hideshow 2 child comments replies: [–] magic_lobster_party@kbin.social 2 points 2 years ago I use jq pretty much every day permalink fedilink source parent
[–] synae@lemmy.sdf.org 6 points 2 years ago I do it by converting to yaml ;) permalink fedilink source parent
[–] Cratermaker@discuss.tchncs.de 4 points 2 years ago (3 children) 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. permalink fedilink source parent hideshow 6 child comments replies: [–] ElectricCattleman@lemmy.world 5 points 2 years ago js's JSON.stringify(obj, null, 2); permalink fedilink source parent [–] kbotc@lemmy.world 4 points 2 years ago Import json Import pprint? permalink fedilink source parent [–] 30p87@feddit.de 2 points 2 years ago | jq permalink fedilink source parent
[–] ElectricCattleman@lemmy.world 5 points 2 years ago js's JSON.stringify(obj, null, 2); permalink fedilink source parent
[–] kbotc@lemmy.world 4 points 2 years ago Import json Import pprint? permalink fedilink source parent
[–] 30p87@feddit.de 2 points 2 years ago (1 child) | jq permalink fedilink source parent hideshow 2 child comments replies: [–] magic_lobster_party@kbin.social 2 points 2 years ago I use jq pretty much every day permalink fedilink source parent
[–] magic_lobster_party@kbin.social 2 points 2 years ago I use jq pretty much every day permalink fedilink source parent