A
C
D
E
F
G
H
I
J
L
O
P
R
S
T
U
C
- child(String) - function in io.kjson.pointer.JSONPointer
- child(Integer) - function in io.kjson.pointer.JSONPointer
- child(String) - function in io.kjson.pointer.JSONReference
- child(Integer) - function in io.kjson.pointer.JSONReference
- child(JSONRef,String) - function in io.kjson.pointer.ExtensionKt
- Get the named child reference (strongly typed) from this JSONObject reference, using the implied child type.
- child(JSONRef,KClass,String,Boolean) - function in io.kjson.pointer.ExtensionKt
- Get the named child reference (strongly typed) from this JSONObject reference, using the supplied child class and nullability.
- child(JSONRef,Integer) - function in io.kjson.pointer.ExtensionKt
- Get the named child reference (strongly typed) from this JSONArray reference, using the implied child type.
- child(JSONRef,KClass,Integer,Boolean) - function in io.kjson.pointer.ExtensionKt
- Get the named child reference (strongly typed) from this JSONArray reference, using the supplied child class and nullability.
- contains(JSONValue,JSONPointer) - function in io.kjson.pointer.IndexOpKt
- Test whether the specified JSONPointer points to a valid entry in
thisJSONValue.