You must log in or register to comment.
- sbv@sh.itjust.worksEnglish2 years
Some sort of JSON-but-binary format getting built into browser APIs would be great.
- 2 years
They might get some more uptake if they had some examples or a more concise explanation than just linking to the RFC (aside from the tutorial in French).
Yeah. Some basic tables showing how a json object would be encoded in CBOR would go a long way.
RFCs make for dry reading.
- lysdexic@programming.devEnglish2 years
I think it’s hard to provide examples of a binary format beyond a few benchmarks.
- Deebster@programming.devEnglish2 years
Compare to MessagePack’s example from their front page:

It answers 90% of my questions in a quick example.