PeterO.Cbor 2.2.0

Details
Advisory: https://github.com/advisories/GHSA-cxw4-9qv9-vx5h Severity: high
dotnet add package PeterO.Cbor --version 2.2.0
NuGet\Install-Package PeterO.Cbor -Version 2.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PeterO.Cbor" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PeterO.Cbor --version 2.2.0
#r "nuget: PeterO.Cbor, 2.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PeterO.Cbor as a Cake Addin
#addin nuget:?package=PeterO.Cbor&version=2.2.0

// Install PeterO.Cbor as a Cake Tool
#tool nuget:?package=PeterO.Cbor&version=2.2.0

A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049. According to that RFC, CBOR's data model "is an extended version of the JSON data model", supporting many more types of data than JSON. This implementation was written by Peter O. and is released to the Public Domain under the CC0 Declaration.
   This implementation also doubles as a reader and writer of JSON, and can convert data from JSON to CBOR and back.
   Finally, this implementation supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on PeterO.Cbor:

Repository Stars
MichaelGrafnetter/DSInternals
Directory Services Internals (DSInternals) PowerShell Module and Framework
lithnet/ad-password-protection
Active Directory password filter featuring breached password checking and custom complexity rules
richardschneider/net-ipfs-engine
IPFS Core API implementation in .Net
pubnub/c-sharp
PubNub clients for C-Sharp based languages, including MS Windows C#/.net, Silveright, IIS, and Mono
Version Downloads Last updated
2.2.0 159 4/22/2015
2.1.0 275 11/21/2014

In version 2.2:
- Portable Class Library compatibility expanded
- Add option to always use definite length string encoding when generating CBOR objects
See the project page for release notes on previous versions: https://github.com/peteroupc/CBOR