JsonBoolean

sealed
trait JsonBoolean extends JsonValue
Companion
object
trait JsonValue
trait Dynamic
class Object
trait Matchable
class Any
object JsonFalse
object JsonTrue

Value members

Concrete methods

def value: Boolean

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 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