A builder that will create cbor object format byte strings
A builder that will create cbor object format byte strings
true if the builder should create an object even if it is possible to create an array from the inputs
Add a key-value pair to folding
Add a key-value pair to folding
The key is key, and the value is the result of com.rayrobdod.json.parser.Parser.parse on the provided input
.
the object to be added to. Must be either the return value of init or the return value of apply
the key of a key-value pair
the input to a parser
a parser for turning input into a value
# A scala.util.Right containing the built value, or # A scala.util.Left indicating an error message and error index
The bytes to encode a zero-length array or object
The bytes to encode a zero-length array or object
Change the type of key that this builder requires
Change the type of key that this builder requires
next
Change the type of value that this builder requires
Change the type of value that this builder requires
next
A builder that will create a series of bytes in Cbor Object format
next