final case class JsObj(map: Map[String, JsValue] = immutable.Map.empty) extends Json[JsObj] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsObj
- Serializable
- Product
- Equals
- Json
- JsValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def +(path: JsPath, value: JsValue): JsObj
- Definition Classes
- Json
- Annotations
- @inline()
- final def +!(path: JsPath, value: JsValue, padWith: JsValue = JsNull): JsObj
- Definition Classes
- Json
- Annotations
- @inline()
- final def -(path: JsPath): JsObj
- Definition Classes
- Json
- Annotations
- @inline()
- final def --(xs: IterableOnce[JsPath]): JsObj
- Definition Classes
- Json
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(pos: Position): JsValue
- def apply(key: String): JsValue
- final def apply(path: JsPath): JsValue
- Definition Classes
- Json
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJsArray: JsArray
- def asJsBigDec: JsBigDec
- def asJsBigInt: JsBigInt
- def asJsBool: JsBool
- def asJsDouble: JsDouble
- def asJsInt: JsInt
- def asJsLong: JsLong
- def asJsNull: JsNull.type
- def asJsNumber: JsNumber
- def asJsObj: JsObj
- def asJsStr: JsStr
- def asJson: Json[_]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def conform(specs: (String, JsObjSpec)*): Seq[String]
- def contains(path: JsPath): Boolean
- Definition Classes
- Json
- def count(p: ((JsPath, JsValue)) => Boolean = (_: (JsPath, JsValue)) => true): Int
- Definition Classes
- Json
- def countRec(p: ((JsPath, JsValue)) => Boolean = (_: (JsPath, JsValue)) => true): Int
- Definition Classes
- Json
- def empty: JsObj
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- JsObj → Equals → AnyRef → Any
- def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
- Definition Classes
- Json
- def filterJsObjRec(p: (JsPath, JsObj) => Boolean): JsObj
- def filterKeyRec(p: (JsPath, JsValue) => Boolean): JsObj
- def filterRec(p: (JsPath, JsValue) => Boolean): JsObj
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(path: JsPath): Option[JsValue]
- Definition Classes
- Json
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def head: (String, JsValue)
- def headOption(): Option[(String, JsValue)]
- def init: JsObj
- def inserted(path: JsPath, value: JsValue, padWith: JsValue = JsNull): JsObj
- def isArr: Boolean
- def isBigDec: Boolean
- def isBigInt: Boolean
- def isBool: Boolean
- def isDecimal: Boolean
- Definition Classes
- JsValue
- def isDouble: Boolean
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInt: Boolean
- def isIntegral: Boolean
- Definition Classes
- JsValue
- def isJson: Boolean
- Definition Classes
- JsValue
- def isLong: Boolean
- def isNotEmpty: Boolean
- Definition Classes
- Json
- def isNotJson: Boolean
- Definition Classes
- JsValue
- def isNotNumber: Boolean
- Definition Classes
- JsValue
- def isNothing: Boolean
- def isNull: Boolean
- def isNumber: Boolean
- def isObj: Boolean
- def isStr: Boolean
- def keySet: Set[String]
- def keys: Iterable[String]
- def last: (String, JsValue)
- def lastOption: Option[(String, JsValue)]
- val map: Map[String, JsValue]
- def mapKeyRec(m: (JsPath, JsValue) => String, p: (JsPath, JsValue) => Boolean = (_, _) => true): JsObj
- def mapRec[J <: JsValue](m: (JsPath, JsValue) => J, p: (JsPath, JsValue) => Boolean = (_, _) => true): JsObj
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def nonEmpty: Boolean
- Definition Classes
- Json
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reduceRec[V](p: (JsPath, JsValue) => Boolean = (_, _) => true, m: (JsPath, JsValue) => V, r: (V, V) => V): Option[V]
- def removed(path: JsPath): JsObj
- def removedAll(xs: IterableOnce[JsPath]): JsObj
- def size: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: JsObj
- def toLazyList: LazyList[(JsPath, JsValue)]
- def toLazyListRec: LazyList[(JsPath, JsValue)]
- def toString(): String
- Definition Classes
- JsObj → AnyRef → Any
- def updated(path: JsPath, value: JsValue): JsObj
- def validate(validator: JsValueSpec): Seq[(JsPath, Invalid)]
- def validate(validator: JsObjSpec_?): Seq[(JsPath, Invalid)]
- def validate(validator: JsObjSpec): Seq[(JsPath, Invalid)]
- 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()