case class JSONObject(map: List[(JSONString, JSON)]) extends JSON with Product with Serializable
- Source
- JSON.scala
- Alphabetic
- By Inheritance
- JSONObject
- Serializable
- Serializable
- Product
- Equals
- JSON
- ScalaTo
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new JSONObject(map: List[(JSONString, JSON)])
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(s: String): Option[JSON]
- def apply(s: JSONString): Option[JSON]
-
def
apply(selectors: Selector*): Option[JSON]
derefences a path in a JSON element
derefences a path in a JSON element
- Definition Classes
- JSON
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAs[A](cls: Class[A], s: String): A
- def getAsFloat(s: String): BigDecimal
- def getAsInt(s: String): BigInt
- def getAsList[A](cls: Class[A], s: String): List[A]
- def getAsString(s: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator: Iterator[JSONString]
-
def
lazily(implicit store: LazySerializationStore): ScalaTo
identity by default; override to add lazy serialization
identity by default; override to add lazy serialization
- Definition Classes
- ScalaTo
- val map: List[(JSONString, JSON)]
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toCompactString: String
turns this JSON Object into a compact (no-spaces) string
turns this JSON Object into a compact (no-spaces) string
- Definition Classes
- JSON
-
def
toFormattedString(indent: String): String
turns this JSON object into a formatted string
turns this JSON object into a formatted string
- Definition Classes
- JSONObject → JSON
- def toJSON: JSON
-
def
toString(): String
- Definition Classes
- JSON → AnyRef → Any
- def toXML: Node
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()