IsArray

sealed case class IsArray(p: JsArray => Boolean, decimalConf: DecimalConf, bigIntDigitsLimit: Int)
Companion:
object
trait Serializable
trait Product
trait Equals
trait JsSpec
class Object
trait Matchable
class Any
object IsArray.type

Value members

Concrete methods

override def parser: Parser[_]
Definition Classes
override def validate(value: JsValue): Result
Definition Classes
JsValueSpec -> JsSpec

Inherited methods

Inherited from:
JsSpec
def or(other: JsSpec): JsSpec
Inherited from:
JsSpec
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product