|
|
|
|
|
by cryptica
2550 days ago
|
|
Protobufs is an antipattern. You can't expect external systems to agree with your system's type definitions. It just gives other people extra work when integrating with your system. JSON is better because it allows external services to interpret the data in their own way regardless of their type system. |
|