A
C
D
E
F
G
H
I
J
L
O
P
R
S
T
U
F
- fillInStackTrace() - function in kotlin.Throwable
- find(io.kjson.JSONValue) - function in io.kjson.pointer.JSONPointer
- Find the JSONValue that this
JSONPointerpoints to within the specified base value, or throw an exception if the pointer does not reference a valid location in the base value. - find(kotlin.Array,io.kjson.JSONValue) - function in io.kjson.pointer.JSONPointer.Companion
- Find the JSONValue that this set of tokens points to within the specified base value, or throw an exception if the tokens do not reference a valid location in the base value.
- find(java.lang.String,io.kjson.JSONValue) - function in io.kjson.pointer.JSONPointer.Companion
- Find the JSONValue that this pointer string points to within the specified base value, or throw an exception if the pointer string does not reference a valid location in the base value.
- findArray(io.kjson.JSONValue) - function in io.kjson.pointer.JSONPointer
- Find the JSONArray that this
JSONPointerpoints 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. - findObject(io.kjson.JSONValue) - function in io.kjson.pointer.JSONPointer
- Find the JSONObject that this
JSONPointerpoints 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.JSONValue) - function in io.kjson.pointer.JSONPointer
- Find the JSONValue that this
JSONPointerpoints to within the specified base value, ornullif the pointer does not reference a valid location in the base value. - findOrNull(kotlin.Array,io.kjson.JSONValue) - function in io.kjson.pointer.JSONPointer.Companion
- Find the JSONValue that this set of tokens points to within the specified base value, or
nullif the tokens do not reference a valid location in the base value. - findOrNull(java.lang.String,io.kjson.JSONValue) - function in io.kjson.pointer.JSONPointer.Companion
- Find the JSONValue that this pointer string points to within the specified base value, or
nullif the pointer string 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. - from(kotlin.Array) - function in io.kjson.pointer.JSONPointer.Companion
- Create a
JSONPointerfrom an array of tokens. - from(java.util.List) - function in io.kjson.pointer.JSONPointer.Companion
- Create a
JSONPointerfrom a list of tokens. - fromURIFragment(java.lang.String) - function in io.kjson.pointer.JSONPointer.Companion
- Create a
JSONPointerfrom a URI fragment.