StringLiteral

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

Represents a JSON string literal.

Attributes

value

the string value.

Source:
Node.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Value[String]
trait Node
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product