Y
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
JoshTriplett
2188 days ago
CBOR also has a schema format, but yes, it's typically used schemaless.
link
boardwaalk
2188 days ago
I hadn't heard of this, so I had to look it up:
https://tools.ietf.org/html/rfc8610
link