Skip to content

CBOR version 3.1.0

Compare
Choose a tag to compare
@peteroupc peteroupc released this 21 Jun 05:26
· 753 commits to master since this release

Version 3.1

  • Add options to control property name generation in CBORObject.FromObject.
  • Add option to control base64 padding write-out in CBORObject.ToJSONString and CBORObject.WriteJSONTo.
  • Fixed a bug where CBORObject.FromObject(object) did not behave correctly with IDictionary objects, as opposed
    to CBORObject.FromObject(IDictionary).

Download CBOR Library in C#