JsArray

besom.json.JsArray
See theJsArray companion object
case class JsArray(elements: Vector[JsValue]) extends JsValue

A JSON array.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class JsValue
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException.

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException.

Attributes

Inherited from:
JsValue

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException with the given error msg.

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException with the given error msg.

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
JsValue

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
JsValue
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
JsValue -> Any
Inherited from:
JsValue

Attributes

Inherited from:
JsValue