JsObjParser

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

Value members

Concrete methods

override def parse(in: JsonReader): JsObj
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: JsObj => Boolean): Parser[JsObj]
Inherited from:
Parser