JNull

trait JNull extends JsonValueEvent
Companion
object
trait JsonEvent
trait HasLocation
class Object
trait Matchable
class Any

Value members

Concrete methods

override def asNull: Option[JNull]
Definition Classes
def showRawJson: String
override def toString: String
Definition Classes
Any
def valueAsString: String

Inherited methods

def asBool: Option[JBool]
Inherited from
JsonEvent
def asDouble: Option[JDouble]
Inherited from
JsonEvent
def asFieldEnd: Option[FieldEnd]
Inherited from
JsonEvent
def asFieldStart: Option[FieldStart]
Inherited from
JsonEvent
def asIndexEnd: Option[IndexEnd]
Inherited from
JsonEvent
def asIndexStart: Option[IndexStart]
Inherited from
JsonEvent
def asLong: Option[JLong]
Inherited from
JsonEvent
def asStackPop: Option[JsonStackPop]
Inherited from
JsonEvent
Inherited from
JsonEvent
def asString: Option[JString]
Inherited from
JsonEvent
override def asValueEvent: Option[JsonValueEvent]
Definition Classes
Inherited from
JsonValueEvent
def isArrayEnd: Boolean
Inherited from
JsonEvent
def isArrayStart: Boolean
Inherited from
JsonEvent
def isObjectEnd: Boolean
Inherited from
JsonEvent
def isObjectStart: Boolean
Inherited from
JsonEvent
def location: ContextLocation
Inherited from
HasLocation