this post was submitted on 12 Nov 2023
750 points (96.6% liked)

Programmer Humor

19197 readers
965 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 10 months ago (8 children)

Could've been worse. Could be unprettified json.

[–] [email protected] 13 points 10 months ago (7 children)

Json is incredibly easy to prettify.

[–] [email protected] 4 points 10 months 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.

[–] [email protected] 5 points 10 months ago

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

load more comments (2 replies)
load more comments (5 replies)
load more comments (5 replies)