toggle menu
core
2.30.0
androidJvm
switch theme
search in API
core
/
io.karte.android.utilities
/
forEach
for
Each
fun
JSONArray
.
forEach
(
operation
:
(
Any
)
->
Unit
)
fun
JSONObject
.
forEach
(
action
:
(
String
,
Any
?
)
->
Unit
)
Performs the given action on each element.