JsIntParser

object JsIntParser extends Parser[JsInt]
trait Parser[JsInt]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def parse(reader: JsonReader): JsInt
Definition Classes

Inherited methods

def or[Q <: JsValue](other: Parser[Q]): Parser[JsValue]
Inherited from:
Parser
def suchThat(predicate: JsInt => Boolean): Parser[JsInt]
Inherited from:
Parser