JsonArrayLiteral

com.tersesystems.blindsight.jsonld.JsonArrayLiteral
final case class JsonArrayLiteral(value: BArray) extends LiteralValue[BArray]

A JSON literal value that returns a BArray.

Attributes

value

the array representing JSON literal objects.

See also:
Source:
Node.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LiteralValue[BArray]
class Value[BArray]
trait Node
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product