Generates a CBOR object from a byte array in JavaScript object Notation
(JSON) format, using the specified options to control the decoding process.
Generates a CBOR object from a byte array in JavaScript object Notation
(JSON) format, using the specified options to control the decoding process.
Generates a list of CBOR objects from an array of bytes in JavaScript
object Notation (JSON) text sequence format (RFC 7464), using the specified
options to control the decoding process.
Generates a CBOR object from a text string in JavaScript object Notation
(JSON) format, using the specified options to control the decoding process.
Generates a CBOR object from a text string in JavaScript object Notation
(JSON) format, using the specified options to control the decoding process.
Parses a number from a byte sequence whose format follows the JSON
specification (RFC 8259) and converts that number to a CBOR object.
Parses a number from a byte sequence whose format follows the JSON
specification (RFC 8259) and converts that number to a CBOR object.
Parses a number from a sequence of char s whose format follows
the JSON specification (RFC 8259) and converts that number to a CBOR
object.
Parses a number from a sequence of char s whose format follows
the JSON specification (RFC 8259) and converts that number to a CBOR
object.
Parses a number whose format follows the JSON specification (RFC 8259)
and converts that number to a CBOR object.
Parses a number whose format follows the JSON specification (RFC 8259)
and converts that number to a CBOR object.
Generates a CBOR object from a data stream in JavaScript object Notation
(JSON) format, using the specified options to control the decoding process.
Generates a list of CBOR objects from a data stream in JavaScript object
Notation (JSON) text sequence format (RFC 7464).
byte[]
Converts this object to a byte array in JavaScript object Notation (JSON)
format.
Converts this object to a text string in JavaScript object Notation
(JSON) format, using the specified options to control the encoding process.
void
Converts this object to a text string in JavaScript object Notation
(JSON) format, as in the ToJSONString method, and writes that string to a
data stream in UTF-8, using the given JSON options to control the encoding
process.