Buy Me a Coffee at ko-fi.com

JSON Array, basically a table but more restricted to match JSON arrays

Adds specified value to this array

overload 1:
JsonArray.add(elem: AnyType): Boolean
typings.821772070typings.1729365000
Method PropertyFluent DescriptionRepresentation
elem accepts
Return Value

Clears this array

overload 1:
JsonArray.clear(): nil
typings.109073
Method PropertyFluent DescriptionRepresentation
Return Value

Checks if this array contains specified value

overload 1:
JsonArray.contains(elem: AnyType): Boolean
typings.821772070typings.1729365000
Method PropertyFluent DescriptionRepresentation
elem accepts
Return Value

Returns value by specified index

overload 1:
JsonArray.get(index: Integer): AnyType
typings.-672261858typings.821772070
Method PropertyFluent DescriptionRepresentation
index accepts
Return Value

Returns first index of provided value in this array

overload 1:
JsonArray.indexOf(elem: AnyType): Integer
typings.821772070typings.-672261858
Method PropertyFluent DescriptionRepresentation
elem accepts
Return Value

Inserts provided value in this array at specified index

overload 1:
JsonArray.insert(index: Integer, elem: AnyType): nil
typings.-672261858typings.821772070typings.109073
Method PropertyFluent DescriptionRepresentation
index accepts
elem accepts
Return Value

Returns last index of provided value in this array

overload 1:
JsonArray.lastIndexOf(elem: AnyType): Integer
typings.821772070typings.-672261858
Method PropertyFluent DescriptionRepresentation
elem accepts
Return Value

Removes specified value from this array

overload 1:
JsonArray.remove(elem: AnyType): Boolean
typings.821772070typings.1729365000
Method PropertyFluent DescriptionRepresentation
elem accepts
Return Value

Removes value at specified index in this array

overload 1:
JsonArray.removeAt(index: Integer): AnyType
typings.-672261858typings.821772070
Method PropertyFluent DescriptionRepresentation
index accepts
Return Value

Sets provided value to specified index in this array

overload 1:
JsonArray.set(index: Integer, elem: AnyType): nil
typings.-672261858typings.821772070typings.109073
Method PropertyFluent DescriptionRepresentation
index accepts
elem accepts
Return Value

Returns size of this array

overload 1:
JsonArray.size(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value