A streaming parser for Bson values
A streaming parser for Bson values
next
A parser that reports the name and value of each member of a case class
A parser that reports the name and value of each member of a case class
the type of object to be parsed
next
A parser that will decode cbor data.
A parser that will decode cbor data.
This cannot handle complex values in map keys.
next
A streaming decoder for csv data.
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.
next
A 'parser' that echos the value provided in its parse method
A 'parser' that echos the value provided in its parse method
next
A streaming decoder for json data.
A streaming decoder for json data. This parser is intended to be relatively strict.
next
A trivial "parser" that goes through the motions using each element of a map
A trivial "parser" that goes through the motions using each element of a map
next
A parser
A parser
the key types
the primitive value types
the input to the parser
next
A trivial "parser" that goes through the motions with each element of a seq
A trivial "parser" that goes through the motions with each element of a seq
next
A trivial "parser" that goes through the motions with each element of a seq
A trivial "parser" that goes through the motions with each element of a seq
next
Objects related to Cbor's data model
Objects related to Cbor's data model
next
Contains classes used to customize the CsvParser's behavior, as well as a few common instances of those classes.
Contains classes used to customize the CsvParser's behavior, as well as a few common instances of those classes.
2.0
2.0
Contains the various built-in parsers