Parses a dCBOR item from the beginning of a string and returns the parsed
Cbor along with the number of bytes consumed.
Unlike parseDcborItem, this function succeeds even if additional
characters follow the first item. The returned index points to the first
unparsed character after skipping any trailing whitespace or comments.
Parses a dCBOR item from the beginning of a string and returns the parsed
Cboralong with the number of bytes consumed.Unlike
parseDcborItem, this function succeeds even if additional characters follow the first item. The returned index points to the first unparsed character after skipping any trailing whitespace or comments.