JArray

final case
class JArray(value: Vector[JValue]) extends JValue

Represents a JSON Array value

Companion
object
class JValue
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Constructors

def this(value: Array[JValue])

Construct a JArray using Javascript's array type, i.e. [] or new Array

Construct a JArray using Javascript's array type, i.e. [] or new Array

Concrete methods

override
def toJsAny: Any
Definition Classes
override
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product