JsonString

trait JsonString extends JsonValue

Defines JSON string.

Companion
object
trait JsonValue
class Object
trait Matchable
class Any

Value members

Abstract methods

def value: String

Gets value.

Gets value.

Inherited methods

final def as[T](using convert: JsonInput[T]): T

Converts value.

Converts value.

Inherited from
JsonValue