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
.
# A scala.util.Right containing the built value, or # A scala.util.Left indicating an error message and error index
An 'empty' object to be used to start the folding process
An 'empty' object to be used to start the folding process
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 always return a failure on call to apply
next