Why is the left still the format of choice?

Why is the left still the format of choice?

Attached: json-vs-xml-which-format-to-use-for-your-api.png (634x453, 10.75K)

Other urls found in this thread:

8ch.net/tech/0.json
twitter.com/SFWRedditVideos

I would say it's far easier to parse than json.

Why did XML and JSON become popular instead of s-expressions, which is perfect for data formatting?

it's easier to look at, not easier to parse. Look at all that text bloat.

That json whitespacing really triggers my jimmies

XML is a markup language.
JSON is a shit. But people love shit if it works and they don'y have to come up with something better.

You have to at least justify this annoying syntax with a reason

Because it's not as fucking hideous as the right.

How would you unambiguously express a mapping data structure as a S-expression?
That is, if you encode and then decode a mapping data structure you always get a mapping data structure out, and if you encode and then decode a sequence you always get a sequence out.
A mapping data structure would be something like Python's dictionaries, and a sequence would be something like Python's lists.

Rate my language

Attached: ws.png (357x349, 9.68K)