JsBoolParser

object JsBoolParser extends Parser[JsBool]
trait Parser[JsBool]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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