752
A box of DevOps (sh.itjust.works)
submitted 2 years ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 13 points 2 years ago

Json is incredibly easy to prettify.

[-] [email protected] 6 points 2 years ago

I do it by converting to yaml ;)

[-] [email protected] 4 points 2 years ago

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.

[-] [email protected] 5 points 2 years ago

js's JSON.stringify(obj, null, 2);

[-] [email protected] 4 points 2 years ago

Import json Import pprint?

[-] [email protected] 2 points 2 years ago
[-] [email protected] 2 points 2 years ago

I use jq pretty much every day

this post was submitted on 12 Nov 2023
752 points (96.7% liked)

Programmer Humor

25649 readers
1828 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS