renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-json
/
renetik.android.json.array
/
CSJsonArray
CSJson
Array
open
class
CSJsonArray
:
Iterable
<
Any
?
>
,
CSJsonArrayInterface
Members
Members & Extensions
Constructors
CSJson
Array
Link copied to clipboard
constructor
(
)
constructor
(
list
:
List
<
Any
?
>
)
Properties
index
Link copied to clipboard
var
index
:
Int
?
json
List
Link copied to clipboard
open
override
val
jsonList
:
List
<
*
>
key
Link copied to clipboard
var
key
:
String
?
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
MutableIterator
<
Any
?
>
load
Link copied to clipboard
fun
load
(
list
:
List
<
Any
?
>
)
:
CSJsonArray
to
Json
Array
Link copied to clipboard
fun
CSJsonArray
.
toJsonArray
(
)
:
JSONArray
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String