trait Json[T <: Json[T]] extends JsValue
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Json
- JsValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def apply(pos: Position): JsValue
- abstract def empty: T
- abstract def init: T
- abstract def inserted(pair: (JsPath, JsValue)): T
- abstract def isArr: Boolean
- Definition Classes
- JsValue
- abstract def isEmpty: Boolean
- abstract def isObj: Boolean
- Definition Classes
- JsValue
- abstract def removed(path: JsPath): T
- abstract def removedAll(xs: IterableOnce[JsPath]): T
- abstract def size: Int
- abstract def tail: T
- abstract def toLazyList: LazyList[(JsPath, JsValue)]
- abstract def toLazyListRec: LazyList[(JsPath, JsValue)]
- abstract def updated(pair: (JsPath, JsValue)): T
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def +(pair: (JsPath, JsValue)): T
- Annotations
- @inline()
- final def +!(pair: (JsPath, JsValue)): T
- Annotations
- @inline()
- final def -(path: JsPath): T
- Annotations
- @inline()
- final def --(xs: IterableOnce[JsPath]): T
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def apply(path: JsPath): JsValue
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contains(path: JsPath): Boolean
- def count(p: ((JsPath, JsValue)) => Boolean): Int
- def countRec(p: ((JsPath, JsValue)) => Boolean): Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(path: JsPath): Option[JsValue]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isBigDec: Boolean
- def isBigInt: Boolean
- def isBool: Boolean
- def isDouble: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInt: Boolean
- val isJson: Boolean
- Definition Classes
- JsValue
- def isLong: Boolean
- def isNothing: Boolean
- def isNull: Boolean
- def isNumber: Boolean
- def isStr: Boolean
- final def mkString(start: String, sep: String, end: String): String
- final def mkString(sep: String): String
- final def mkString: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def nonEmpty: Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()