google protocol buffers vs json vs XML [closed]
Json human readable/editable can be parsed without knowing schema in advance excellent browser support less verbose than XML XML human readable/editable can be parsed without knowing schema in advance standard for SOAP etc good tooling support (xsd, xslt, sax, dom, etc) pretty verbose Protobuf very dense data (small output) hard to robustly decode without knowing … Read more