JsonArray

grapple.json.JsonArray
See theJsonArray companion trait
object JsonArray

Provides JSON array factory.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JsonArray.type

Members list

Value members

Concrete methods

def apply(): JsonArray

Creates empty JSON array.

Creates empty JSON array.

Attributes

def apply(values: Seq[JsonValue]): JsonArray

Creates JSON array with supplied values.

Creates JSON array with supplied values.

Attributes

Gets empty JSON array.

Gets empty JSON array.

Attributes

def unapply(json: JsonArray): Option[Seq[JsonValue]]

Deconstructs JSON array.

Deconstructs JSON array.

Attributes