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 this JSONRef 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 this JSONRef 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 this JSONRef 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 this JSONRef and the specified key, using the provided mapping function, returning null if property not present.
A  C  D  E  F  G  H  I  J  L  M  O  P  R  S  T  U