A
C
E
F
G
H
I
J
L
M
O
P
R
T
U
W
F
- find(io.kjson.pointer.JSONPointer,io.kjson.JSONValue) - function in io.kjson.pointer.FindKt
- Find the JSONValue that this JSONPointer points to within the specified base value, or throw an exception if the pointer does not reference a valid location in the base value.
- findArray(io.kjson.pointer.JSONPointer,io.kjson.JSONValue) - function in io.kjson.pointer.FindKt
- Find the JSONArray that this JSONPointer points to within the specified base value, or throw an exception if the pointer does not reference a valid location in the base value or if the value referenced is not a JSONArray.
- FindKt - class in io.kjson.pointer
- findObject(io.kjson.pointer.JSONPointer,io.kjson.JSONValue) - function in io.kjson.pointer.FindKt
- Find the JSONObject that this JSONPointer points to within the specified base value, or throw an exception if the pointer does not reference a valid location in the base value or if the value referenced is not a JSONObject.
- findOrNull(io.kjson.pointer.JSONPointer,io.kjson.JSONValue) - function in io.kjson.pointer.FindKt
- Find the JSONValue that this JSONPointer points to within the specified base value, or
nullif the pointer does not reference a valid location in the base value. - forEach(io.kjson.pointer.JSONRef,kotlin.jvm.functions.Function2) - function in io.kjson.pointer.ExtensionKt
- Iterate over the members of the JSONArray referenced by
thisJSONRef. - forEachKey(io.kjson.pointer.JSONRef,kotlin.jvm.functions.Function2) - function in io.kjson.pointer.ExtensionKt
- Iterate over the members of the JSONObject referenced by
thisJSONRef.