JsNull

case
object JsNull extends JsValue

The representation for JSON null.

trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class JsValue
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Inherited methods

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException.

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException.

Inherited from
JsValue
def asJsObject(errorMsg: String): JsObject

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException with the given error msg.

Returns this if this JsValue is a JsObject, otherwise throws a DeserializationException with the given error msg.

Inherited from
JsValue
def compactPrint: String
Inherited from
JsValue
def convertTo[T : JsonReader]: T
Inherited from
JsValue
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
def prettyPrint: String
Inherited from
JsValue
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def sortedPrint: String
Inherited from
JsValue
override
def toString: String
Definition Classes
JsValue -> Any
Inherited from
JsValue
def toString(printer: JsValue => String): String
Inherited from
JsValue

Deprecated and Inherited methods

@deprecated("Superceded by \'convertTo\'", "1.1.0")
def fromJson[T : JsonReader]: T
Deprecated
Inherited from
JsValue