-
Methods Method Description io.kjson.pointer.map(io.kjson.pointer.JSONRef,java.lang.String,kotlin.jvm.functions.Function2) Map the JSONObject property referenced by thisJSONRef and the specified key, using the provided mapping function.io.kjson.pointer.mapIfPresent(io.kjson.pointer.JSONRef,java.lang.String,kotlin.jvm.functions.Function2) Map the JSONObject property referenced by thisJSONRef and the specified key, using the provided mapping function, returningnullif property not present.