Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package scalawag
    Definition Classes
    org
  • package bateman
    Definition Classes
    scalawag
  • package json
    Definition Classes
    bateman
  • package parser2

    Tokenizer -> turns a stream of chars into tokens Parser -> turns a stream of tokens into a stream of JSON events Eventer -> turns a stream of events into a stream of JAnys Documenter -> turns a stream of events into a JAny (just pukes on extra? maybe doesn't need to exist.)

    Tokenizer -> turns a stream of chars into tokens Parser -> turns a stream of tokens into a stream of JSON events Eventer -> turns a stream of events into a stream of JAnys Documenter -> turns a stream of events into a JAny (just pukes on extra? maybe doesn't need to exist.)

    Definition Classes
    json
  • JsonParser
  • SyntaxError

package parser2

Tokenizer -> turns a stream of chars into tokens Parser -> turns a stream of tokens into a stream of JSON events Eventer -> turns a stream of events into a stream of JAnys Documenter -> turns a stream of events into a JAny (just pukes on extra? maybe doesn't need to exist.)

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. parser2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class JsonParser extends AnyRef
  2. type ParseResult[+A] = Either[SyntaxError, A]
  3. final case class SyntaxError(location: JLocation, failure: Failure) extends Product with Serializable

Value Members

  1. object JsonParser

Inherited from AnyRef

Inherited from Any

Ungrouped