Google Protocol Buffers v3.0.0-alpha-1(github.com) |
Google Protocol Buffers v3.0.0-alpha-1(github.com) |
protobuf has been great for private data storage and RPCs, but it hasn't really been used as a schema language for public APIs until now. I have written my own JSON <-> protobuf codecs in the past and had great results (my guess was that Google did something similar internally). But this would be even more useful if this were widely used (better tooling), and some of the changes they're making around adding more types would also be helpful, so I'm excited to see this.