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