JSON is like XML, only not as retarded.

By 3 wizardwatson on March 11, 2008

Tags: XML, json, retarded

Agreed

3

5

37.5% 62.5%
Embed Claim Make a related claim

Discussion (3)

http://sac.myopenid.com/

2 steve_c who disagreed, says

It may have the advantage of being more terse and human-writable, but XML has better character encoding and namespace support if you need them.

Make a related claim 8 months ago (link)
http://ozamosi.flukkost.nu/

3 ozamosi who disagreed, says

{"html": {

"head": [
{"title": "Hello World!"},
{"link": {
"rel": "stylesheet",
"type": "text/css",
"href": "/style.css"
}}
],
"body": [
{"h1": "Hello world!"},
{"h1": [
"Another header",
{"class": "another"}
]},
{"img": {
"src": "/img/myimage.png",
"alt": "I no has image"
}}
]
}}

Do I really need to say anything else?

Make a related claim 8 months ago (link)
http://claimid.com/quickredfox

1 quickredfox who hasn't voted, says

CSV FTW!

Make a related claim 8 months ago (link)
Sign in in to leave a comment.