com.rayrobdod.json

parser

package parser

Contains the various built-in parsers

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. parser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class BsonParser[A] extends AnyRef

    A streaming decoder for json data.

  2. final class CborParser[A] extends AnyRef

    A parser that will decode cbor data

  3. final class CsvParser[A] extends AnyRef

    A streaming decoder for csv data.

  4. final class JsonParser[A] extends AnyRef

    A streaming decoder for json data.

Value Members

  1. object CsvParser

    Contains classes used to customize the CsvParser's behavoir, as well as a few common instances of those classes.

Inherited from AnyRef

Inherited from Any

Ungrouped