class JSONArray extends org.json.JSONArray
Custom JSON Array which overrides org.json implementation to add a validation for trailing commas
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSONArray
- JSONArray
- Iterable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JSONArray(x: JSONTokener)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (JSONArray, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
- Definition Classes
- JSONArray
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ensuring(cond: (JSONArray) ⇒ Boolean, msg: ⇒ Any): JSONArray
- def ensuring(cond: (JSONArray) ⇒ Boolean): JSONArray
- def ensuring(cond: Boolean, msg: ⇒ Any): JSONArray
- def ensuring(cond: Boolean): JSONArray
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
forEach(arg0: Consumer[_ >: AnyRef]): Unit
- Definition Classes
- Iterable
- def formatted(fmtstr: String): String
-
def
get(arg0: Int): AnyRef
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getBigDecimal(arg0: Int): BigDecimal
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getBigInteger(arg0: Int): BigInteger
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getBoolean(arg0: Int): Boolean
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDouble(arg0: Int): Double
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getEnum[E <: Enum[E]](arg0: Class[E], arg1: Int): E
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getFloat(arg0: Int): Float
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getInt(arg0: Int): Int
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getJSONArray(arg0: Int): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getJSONObject(arg0: Int): org.json.JSONObject
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getLong(arg0: Int): Long
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getNumber(arg0: Int): Number
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
getString(arg0: Int): String
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isEmpty(): Boolean
- Definition Classes
- JSONArray
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNull(arg0: Int): Boolean
- Definition Classes
- JSONArray
-
def
iterator(): Iterator[AnyRef]
- Definition Classes
- JSONArray → Iterable
-
def
join(arg0: String): String
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
length(): Int
- Definition Classes
- JSONArray
-
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
opt(arg0: Int): AnyRef
- Definition Classes
- JSONArray
-
def
optBigDecimal(arg0: Int, arg1: BigDecimal): BigDecimal
- Definition Classes
- JSONArray
-
def
optBigInteger(arg0: Int, arg1: BigInteger): BigInteger
- Definition Classes
- JSONArray
-
def
optBoolean(arg0: Int, arg1: Boolean): Boolean
- Definition Classes
- JSONArray
-
def
optBoolean(arg0: Int): Boolean
- Definition Classes
- JSONArray
-
def
optDouble(arg0: Int, arg1: Double): Double
- Definition Classes
- JSONArray
-
def
optDouble(arg0: Int): Double
- Definition Classes
- JSONArray
-
def
optEnum[E <: Enum[E]](arg0: Class[E], arg1: Int, arg2: E): E
- Definition Classes
- JSONArray
-
def
optEnum[E <: Enum[E]](arg0: Class[E], arg1: Int): E
- Definition Classes
- JSONArray
-
def
optFloat(arg0: Int, arg1: Float): Float
- Definition Classes
- JSONArray
-
def
optFloat(arg0: Int): Float
- Definition Classes
- JSONArray
-
def
optInt(arg0: Int, arg1: Int): Int
- Definition Classes
- JSONArray
-
def
optInt(arg0: Int): Int
- Definition Classes
- JSONArray
-
def
optJSONArray(arg0: Int): org.json.JSONArray
- Definition Classes
- JSONArray
-
def
optJSONObject(arg0: Int): org.json.JSONObject
- Definition Classes
- JSONArray
-
def
optLong(arg0: Int, arg1: Long): Long
- Definition Classes
- JSONArray
-
def
optLong(arg0: Int): Long
- Definition Classes
- JSONArray
-
def
optNumber(arg0: Int, arg1: Number): Number
- Definition Classes
- JSONArray
-
def
optNumber(arg0: Int): Number
- Definition Classes
- JSONArray
-
def
optQuery(arg0: JSONPointer): AnyRef
- Definition Classes
- JSONArray
-
def
optQuery(arg0: String): AnyRef
- Definition Classes
- JSONArray
-
def
optString(arg0: Int, arg1: String): String
- Definition Classes
- JSONArray
-
def
optString(arg0: Int): String
- Definition Classes
- JSONArray
-
def
put(arg0: Int, arg1: Any): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
put(arg0: Int, arg1: Map[_, _]): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
put(arg0: Int, arg1: Long): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
put(arg0: Int, arg1: Int): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
put(arg0: Int, arg1: Float): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
put(arg0: Int, arg1: Double): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
put(arg0: Int, arg1: Collection[_]): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
put(arg0: Int, arg1: Boolean): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
put(arg0: Any): org.json.JSONArray
- Definition Classes
- JSONArray
-
def
put(arg0: Map[_, _]): org.json.JSONArray
- Definition Classes
- JSONArray
-
def
put(arg0: Long): org.json.JSONArray
- Definition Classes
- JSONArray
-
def
put(arg0: Int): org.json.JSONArray
- Definition Classes
- JSONArray
-
def
put(arg0: Float): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
put(arg0: Double): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
put(arg0: Collection[_]): org.json.JSONArray
- Definition Classes
- JSONArray
-
def
put(arg0: Boolean): org.json.JSONArray
- Definition Classes
- JSONArray
-
def
putAll(arg0: Any): org.json.JSONArray
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
putAll(arg0: org.json.JSONArray): org.json.JSONArray
- Definition Classes
- JSONArray
-
def
putAll(arg0: Iterable[_]): org.json.JSONArray
- Definition Classes
- JSONArray
-
def
putAll(arg0: Collection[_]): org.json.JSONArray
- Definition Classes
- JSONArray
-
def
query(arg0: JSONPointer): AnyRef
- Definition Classes
- JSONArray
-
def
query(arg0: String): AnyRef
- Definition Classes
- JSONArray
-
def
remove(arg0: Int): AnyRef
- Definition Classes
- JSONArray
-
def
similar(arg0: Any): Boolean
- Definition Classes
- JSONArray
-
def
spliterator(): Spliterator[AnyRef]
- Definition Classes
- Iterable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toJSONObject(arg0: org.json.JSONArray): org.json.JSONObject
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
toList(): List[AnyRef]
- Definition Classes
- JSONArray
-
def
toString(arg0: Int): String
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
toString(): String
- Definition Classes
- JSONArray → AnyRef → Any
-
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()
-
def
write(arg0: Writer, arg1: Int, arg2: Int): Writer
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
-
def
write(arg0: Writer): Writer
- Definition Classes
- JSONArray
- Annotations
- @throws( classOf[org.json.JSONException] )
- def →[B](y: B): (JSONArray, B)