[Feature Request] Support CBOR as an alternative to JSON
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I would like to request the supporting of CBOR as well as JSON.
CBOR is a binary format, which means faster read times, and slight code obfuscation; CBOR is also designed to be streamed, so that could also be something that could help. CBOR, as it stands, is a superset of
the JSON specification. It is a [RFC standard](https://dx.doi.org/10.17487/rfc8949) and there are already libraries for reading and writing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.