▲ | hansvm 2 days ago | |||||||||||||||||||||||||
JSON is slow, not particularly comfortable for humans to work with, uses dangerous casts by default, is especially dangerous when it crosses library or language boundaries, has the exponential escaping problem when people try to embed submessages, relies on each client to appropriately validate every field, doesn't have any good solution for binary data, is prone to stack overflow when handling nested structures, etc. If the author says they dislike JSON, especially given the tone of this article with respect to nonsensical protocols, I highly doubt they approve of SOAP. | ||||||||||||||||||||||||||
▲ | egorfine 2 days ago | parent [-] | |||||||||||||||||||||||||
> JSON is [...] What would you suggest instead given all these cons? | ||||||||||||||||||||||||||
|