JBoolean

sealed abstract
class JBoolean extends JValue

Represents a JSON Boolean value, which can either be a JTrue or a JFalse

Companion
object
class JValue
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object JFalse
object JTrue

Value members

Abstract methods

def get: Boolean

Concrete methods

def isEmpty: Boolean
override
def toJsAny: Any
Definition Classes

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product

Converts a JValue to a unsafe.JValue. Note that when converting JObject, this can produce unsafe.JObject of unknown ordering, since ordering on a scala.collection.Map isn't defined. Duplicate keys will also be removed in an undefined manner.

Converts a JValue to a unsafe.JValue. Note that when converting JObject, this can produce unsafe.JObject of unknown ordering, since ordering on a scala.collection.Map isn't defined. Duplicate keys will also be removed in an undefined manner.

See also
Inherited from
JValue