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
a builder that consumes key-value pairs and produced a complex value.
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 streaming parser for Bson values
This supports types 1 (Float), 2 (String), 3 (Document), 4 (Array), 8 (Boolean), 10 (Null), 16 (Int32) and 18 (Int64). Other types are unsupported.
3.0
http://bsonspec.org/