A
C
E
F
G
H
I
L
M
O
P
R
T
U
W
M
- map(io.kjson.resource.ResourceRef) - function in io.kjson.resource.ExtensionKt
- Map the values of the JSONArray referenced by
thisResourceRef to an array of the primitive type for the JSONValue. - map(io.kjson.resource.ResourceRef,kotlin.jvm.functions.Function2) - function in io.kjson.resource.ExtensionKt
- Map the values of the JSONArray referenced by
thisResourceRef to an array of the target type, applying a transformation to each item. - map(io.kjson.resource.ResourceRef,java.lang.String,kotlin.jvm.functions.Function2) - function in io.kjson.resource.ExtensionKt
- Map the JSONObject property referenced by
thisResourceRef and the specified key, using the provided mapping function.