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
Package-level
declarations
Types
Functions
Types
CSJson
Array
Link copied to clipboard
open
class
CSJsonArray
:
Iterable
<
Any
?
>
,
CSJsonArrayInterface
CSJson
Array
Interface
Link copied to clipboard
interface
CSJsonArrayInterface
Functions
clone
Link copied to clipboard
fun
<
T
:
CSJsonArray
>
T
.
clone
(
)
:
T
load
Link copied to clipboard
fun
<
T
:
CSJsonArray
>
T
.
load
(
data
:
String
)
:
T
to
Json
Array
Link copied to clipboard
fun
CSJsonArray
.
toJsonArray
(
)
:
JSONArray