StaticfromStaticfromStaticfromReturn the length of the JSON data in bytes.
Return true if the JSON data is empty.
Return the data as a byte slice.
Return the data as a hexadecimal string.
Return a copy of the underlying data.
Get string representation.
Returns the CBOR tags associated with JSON.
Returns the untagged CBOR encoding (as a byte string).
Returns the tagged CBOR encoding.
Returns the tagged value in CBOR binary representation.
StaticfromStaticfromStaticfrom
A CBOR-tagged container for UTF-8 JSON text.
Wraps UTF-8 JSON text as a CBOR byte string with tag 262. This allows JSON data to be embedded within CBOR structures while maintaining type information through the tag.