Parser

trait Parser[T <: JsValue]
class Object
trait Matchable
class Any

Value members

Concrete methods

def or[Q <: JsValue](other: Parser[Q]): Parser[JsValue]
def suchThat(predicate: T => Boolean | String): Parser[T]