JsBigIntParser

final case class JsBigIntParser(digitsLimit: Int) extends Parser[JsBigInt]
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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