this post was submitted on 15 Oct 2023
391 points (94.3% liked)

Programmer Humor

32000 readers
821 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 11 months ago (2 children)

In that case, why not use JSON?

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

JSON spreads out tree nodes vertically (with all the attributes), whereas in XML it's usually one node per line, ie. more compact I suppose. This is just my very niche opinion though

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

because you have a thing against solutions that are both beter and easier