object JsObj extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsObj
- Serializable
- 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 ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(pair: (JsPath, JsValue)*): JsObj
- 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()
- val empty: JsObj
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(parser: JsonParser): JsObj
- Attributes
- protected[value]
- Annotations
- @throws(scala.this.throws.<init>$default$1[java.io.IOException])
- def parse(str: String): Try[JsObj]
- def parse(bytes: Array[Byte]): Try[JsObj]
- def parse(inputStream: InputStream): Try[JsObj]
- def parse(inputStream: InputStream, parser: JsObjParser): Try[JsObj]
- def parse(str: String, parser: JsObjParser): Try[JsObj]
- def parse(bytes: Array[Byte], parser: JsObjParser): Try[JsObj]
- def reduce[V](path: JsPath, input: Map[String, JsValue], p: (JsPath, JsValue) => Boolean, m: (JsPath, JsValue) => V, r: (V, V) => V, acc: Option[V]): Option[V]
- Attributes
- protected[value]
- Annotations
- @tailrec()
- def reduceRec[V](path: JsPath, input: Map[String, JsValue], p: (JsPath, JsValue) => Boolean, m: (JsPath, JsValue) => V, r: (V, V) => V, acc: Option[V]): Option[V]
- Attributes
- protected[value]
- 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()