(no title)
thimp | 2 years ago
Edit: I've got 99 problems and 98 of them are JSON on a regular basis. Poor parsers, problems dealing with numeric values, terrible terrible schema support, poor encapsulation support, large things attached to it in base64 (difficult to stream on most parsers), difficult to read without external tools which actually tend to mung or fix the problem you are trying to see (jq does this), completely arbitrary and random metadata jammed in everywhere by everyone trying to make it self-describing, shitty enapsulated types i.e. ISO 8601 date in a text field rather than a principal type.
Urgh kill me. It's a hammer made of poo and no one knows any better any more. It's the PHP of wire formats. The COBOL of representation encapsulation.
Edit 2: the only positive is it's probably less bad than CalDAV but that's not even supposed to be part of an email stack is it? Everyone has outlook brain.
sodality2|2 years ago
pqdbr|2 years ago
It's a great achievement of our species.
jbverschoor|2 years ago
All your points are valid, but it’s a lot better than xml’s api, confusing whitespacing/attr/element, and huge complexity.
Simple is better, and json is def. lacking in some points, but in general it’s easier to work with than xml (or at least getting started with)
jbverschoor|2 years ago