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.)
- Alphabetic
- By Inheritance
- parser2
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class JsonParser extends AnyRef
- type ParseResult[+A] = Either[SyntaxError, A]
- final case class SyntaxError(location: JLocation, failure: Failure) extends Product with Serializable
Value Members
- object JsonParser