Hacker News new | ask | show | jobs
by ChristianBundy 2188 days ago
Yeah, protobuf requires that both parties agree on a schema whereas CBOR is self-describing like XML or JSON.
1 comments

CBOR also has a schema format, but yes, it's typically used schemaless.
I hadn't heard of this, so I had to look it up: https://tools.ietf.org/html/rfc8610