Change the type of value that this builder requires, with the option of indicating an error condition
Change the type of value that this builder requires, with the option of indicating an error condition
Change the type of key that this builder requires
Change the type of key that this builder requires
Change the type of value that this builder requires
Change the type of value that this builder requires
Convert the input into a series of key-value pairs, insert those key-value pairs into builder
, return the value output by builder
Convert the input into a series of key-value pairs, insert those key-value pairs into builder
, return the value output by builder
the type of object the Builder produces
a builder that consumes key-value pairs and produced a complex value.
the input to the parser - the implementation of parser determines what it uses as input
Decodes the input values to an object.
Parse the input into a Value.
Parse the input into a Value. Return a Right if Parser.parse would have returned a Primitive, else return a Left.
A parser that will decode cbor data.
This does not support
3.0
http://tools.ietf.org/html/rfc7049