JsonString

final case
class JsonString(value: String) extends AnyVal with JsonValue
trait Serializable
trait Product
trait Equals
trait JsonValue
trait Dynamic
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

def /(i: Int): Option[JsonValue]
Inherited from
JsonValue
def /(name: String): Option[JsonValue]
Inherited from
JsonValue
def apply(i: Int): MaybeJsonSyntax
Inherited from
JsonValue
def applyDynamic(name: String)(i: Int): MaybeJsonSyntax
Inherited from
JsonValue
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def selectDynamic(name: String): MaybeJsonSyntax
Inherited from
JsonValue
def to[A : FromJson]: Try[A]
Inherited from
JsonValue
override
def toString: String
Definition Classes
JsonValue -> Any
Inherited from
JsonValue
Inherited from
JsonValue