ObjectStart

io.dylemma.spac.json.JsonEvent.ObjectStart
See theObjectStart companion object
trait ObjectStart extends JsonStackElem

Attributes

Companion
object
Graph
Supertypes
trait JsonEvent
trait HasLocation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def isObjectStart: Boolean

Attributes

Definition Classes
def showRawJson: String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def asBool: Option[JBool]

Attributes

Inherited from:
JsonEvent
def asDouble: Option[JDouble]

Attributes

Inherited from:
JsonEvent
def asFieldEnd: Option[FieldEnd]

Attributes

Inherited from:
JsonEvent
def asFieldStart: Option[FieldStart]

Attributes

Inherited from:
JsonEvent
def asIndexEnd: Option[IndexEnd]

Attributes

Inherited from:
JsonEvent
def asIndexStart: Option[IndexStart]

Attributes

Inherited from:
JsonEvent
def asLong: Option[JLong]

Attributes

Inherited from:
JsonEvent
def asNull: Option[JNull]

Attributes

Inherited from:
JsonEvent
def asStackPop: Option[JsonStackPop]

Attributes

Inherited from:
JsonEvent
override def asStackPush: Option[JsonStackElem]

Attributes

Definition Classes
Inherited from:
JsonStackElem
def asString: Option[JString]

Attributes

Inherited from:
JsonEvent

Attributes

Inherited from:
JsonEvent
def isArrayEnd: Boolean

Attributes

Inherited from:
JsonEvent
def isArrayStart: Boolean

Attributes

Inherited from:
JsonEvent
def isObjectEnd: Boolean

Attributes

Inherited from:
JsonEvent
def location: ContextLocation

Attributes

Inherited from:
HasLocation