This assembly provides support for reading and writing values in Concise Binary Object Representation (CBOR), as originally defined in IETF RFC 7049.
The primary types in this assembly are CborReader and CborWriter.
Documentation can be found at https://learn.microsoft.com/dotnet/api/system.formats.cbor
- We consider new features, new APIs and performance changes
- We consider PRs that target this library for new source code analyzers
The System.Formats.Cbor assembly is shipped as a NuGet package.