top | item 47045932

(no title)

peterspath | 12 days ago

I choose binary formats over JSON almost every time I can. JSON sucks big time.

discuss

order

drob518|12 days ago

JSON is… adequate. I like binary formats, too, when doing low-level programming, but you often want something readable, and JSON is a lot better and easier to parse than many other things, say XML.