Skip to content

CBOR version 2.0.0

Compare
Choose a tag to compare
@peteroupc peteroupc released this 01 Oct 12:04
· 1456 commits to master since this release

In version 2.0:

  • Several very special characters are escaped in JSON output, such as line and paragraph
    separators, and byte order marks.
  • BigInteger's longValue method was fixed
  • BigInteger was changed to have no public constructors
  • ReadJSON now supports UTF-16 and UTF-32 in addition to UTF-8
  • PrecisionContext's JavaBigDecimal object was corrected.
  • Fixed bugs in parsing JSON numbers in some cases
  • CBORObject's one-argument Add method now adds CBORObject.Null if passed null,
    rather than throwing an exception.

NOTE: In the "2.0" tag for this repository, the file DataUtilities.cs should be copied
from the PeterO directory to the root directory for this repository, in order for the CBORDocs
and CBORDocs2 projects to build. This issue may probably exist in other older versions
as well.