final case class JsObj(map: Map[String, JsValue] = HashMap.empty) extends Json[JsObj] with Product with Serializable
Instance Constructors
- new JsObj(map: Map[String, JsValue] = HashMap.empty)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def +(pair: (JsPath, JsValue)): JsObj
- final def +!(pair: (JsPath, JsValue)): JsObj
- final def -(path: JsPath): JsObj
- final def --(xs: IterableOnce[JsPath]): JsObj
- final def ==(arg0: Any): Boolean
- def apply(pos: Position): JsValue
- def apply(key: String): JsValue
- final def apply(path: JsPath): JsValue
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def contains(path: JsPath): Boolean
- def count(p: ((JsPath, JsValue)) => Boolean): Int
- def countRec(p: ((JsPath, JsValue)) => Boolean): Int
- def empty: JsObj
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
- def finalize(): Unit
- def get(path: JsPath): Option[JsValue]
- final def getClass(): Class[_ <: AnyRef]
- def head: (String, JsValue)
- def headOption(): Option[(String, JsValue)]
- def init: JsObj
- def inserted(pair: (JsPath, JsValue)): JsObj
- def isArr: Boolean
- def isBigDec: Boolean
- def isBigInt: Boolean
- def isBool: Boolean
- def isDouble: Boolean
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- def isInt: Boolean
- val isJson: Boolean
- def isLong: Boolean
- 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]
- 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
- final def nonEmpty: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def removed(path: JsPath): JsObj
- def removedAll(xs: IterableOnce[JsPath]): JsObj
- def size: Int
- final def synchronized[T0](arg0: => T0): T0
- def tail: JsObj
- def toLazyList: LazyList[(JsPath, JsValue)]
- def toLazyListRec: LazyList[(JsPath, JsValue)]
- def toString(): String
- def updated(pair: (JsPath, JsValue)): JsObj
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Value Members
- final def +(pair: (JsPath, JsValue)): JsObj
- final def +!(pair: (JsPath, JsValue)): JsObj
- final def -(path: JsPath): JsObj
- final def --(xs: IterableOnce[JsPath]): JsObj
- final def apply(path: JsPath): JsValue
- def contains(path: JsPath): Boolean
- def count(p: ((JsPath, JsValue)) => Boolean): Int
- def countRec(p: ((JsPath, JsValue)) => Boolean): Int
- def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
- def get(path: JsPath): Option[JsValue]
- def isBigDec: Boolean
- def isBigInt: Boolean
- def isBool: Boolean
- def isDouble: Boolean
- def isInt: Boolean
- 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 nonEmpty: Boolean
Inherited from JsValue
Value Members
- val isJson: Boolean
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def +(pair: (JsPath, JsValue)): JsObj
- final def +!(pair: (JsPath, JsValue)): JsObj
- final def -(path: JsPath): JsObj
- final def --(xs: IterableOnce[JsPath]): JsObj
- final def ==(arg0: Any): Boolean
- def apply(pos: Position): JsValue
- def apply(key: String): JsValue
- final def apply(path: JsPath): JsValue
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def contains(path: JsPath): Boolean
- def count(p: ((JsPath, JsValue)) => Boolean): Int
- def countRec(p: ((JsPath, JsValue)) => Boolean): Int
- def empty: JsObj
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
- def finalize(): Unit
- def get(path: JsPath): Option[JsValue]
- final def getClass(): Class[_ <: AnyRef]
- def head: (String, JsValue)
- def headOption(): Option[(String, JsValue)]
- def init: JsObj
- def inserted(pair: (JsPath, JsValue)): JsObj
- def isArr: Boolean
- def isBigDec: Boolean
- def isBigInt: Boolean
- def isBool: Boolean
- def isDouble: Boolean
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- def isInt: Boolean
- val isJson: Boolean
- def isLong: Boolean
- 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]
- 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
- final def nonEmpty: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def removed(path: JsPath): JsObj
- def removedAll(xs: IterableOnce[JsPath]): JsObj
- def size: Int
- final def synchronized[T0](arg0: => T0): T0
- def tail: JsObj
- def toLazyList: LazyList[(JsPath, JsValue)]
- def toLazyListRec: LazyList[(JsPath, JsValue)]
- def toString(): String
- def updated(pair: (JsPath, JsValue)): JsObj
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit