Static
createConvert this simple value to a useful data type, if possible.
The converted value.
If an object implements this interface, this method will be used to serialize the object when encoding. Return undefined if you don't want any further serialization to take place. Return an array of [tag, value] if you would like default serialization, where if tag is not NaN, a CBOR tag will be written before the value.
Writer.
Options.
Returns a string representation of an object.
A CBOR "Simple" value that is not one of the pre-standardized set.