Questions:
Background:
I’m trying to learn Protocol Buffers. I see articles online one after another from other developers showing how Protocol Buffers are better than JSON (as well as XML) in certain situations (for example, in communication between backend services not involving the browser).
However, when you look at the “official documentation”, developers at Google only compare Protocol Buffers to XML, not JSON. In fact, in certain areas of Protocol Buffers, they provide additional support for JSON (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#any)
I’m confused. Am I looking at this all wrong?
Effort: I tried searching for an answer to this online but I couldn’t find any