How to Install
Starting with version 0.21.0, the C# implementation is available in the
NuGet Package Gallery under the name
PeterO.Cbor. To install
this library as a NuGet package, enter
Install-Package PeterO.Cbor in the
NuGet Package Manager Console.
Documentation
This library defines one class, called CBORObject, that allows you to read and
write CBOR objects to and from data streams and byte arrays, and to convert JSON
text to CBOR objects and back.
See the
C# (.NET) API documentation.**