Creates a CsvParser instance.
Creates a CsvParser instance.
indicates which characters have special meanings
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
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.
Decodes the input values to an object.
Decodes the input values to an object.
the type of object to create
the builder to use to construct the object
the serialized json object or array
the parsed object
Decodes the input values to an object.
Decodes the input values to an object.
the type of object to create
the builder to use to construct the object
the serialized json object or array
the parsed 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 streaming decoder for csv data.
This parser is lenient, in that it ignores trailing delimiters
A CSV file is always two levels deep - a two dimensional array.
3.1