Change the type of key that this builder requires, with the option of indicating an error condition
Change the type of key that this builder requires, with the option of indicating an error condition
3.1
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
Returns v
wrapped in a com.rayrobdod.json.union.ParserRetVal.Primitive
Returns v
wrapped in a com.rayrobdod.json.union.ParserRetVal.Primitive
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 echos the value provided in its parse method
Somewhat useful to be the 'recursed' parser in cases where the 'root' parser has already decoded a value.
3.0