JsValueParser

final case class JsValueParser(decimalConf: DecimalConf, bigIntDigitsLimit: Int) extends Parser[JsValue]
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def parse(in: JsonReader): JsValue
Definition Classes

Inherited methods

def or[Q <: JsValue](other: Parser[Q]): Parser[JsValue]
Inherited from:
Parser
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def suchThat(predicate: JsValue => Boolean): Parser[JsValue]
Inherited from:
Parser