A
C
D
E
F
G
H
I
J
L
O
P
R
S
T
U
C
- child(io.kjson.pointer.JSONRef,java.lang.Integer) - function in io.kjson.pointer.ExtensionKt
- Get the named child reference (strongly typed) from this JSONArray reference, using the implied child type.
- child(io.kjson.pointer.JSONRef,kotlin.reflect.KClass,java.lang.Integer,java.lang.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.
- child(io.kjson.pointer.JSONRef,java.lang.String) - function in io.kjson.pointer.ExtensionKt
- Get the named child reference (strongly typed) from this JSONObject reference, using the implied child type.
- child(io.kjson.pointer.JSONRef,kotlin.reflect.KClass,java.lang.String,java.lang.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(java.lang.Integer) - function in io.kjson.pointer.JSONPointer
- Return a new
JSONPointerreferencing the nominated child item of the array referenced by this pointer. - child(java.lang.String) - function in io.kjson.pointer.JSONPointer
- Return a new
JSONPointerreferencing the nominated child property of the object referenced by this pointer. - child(java.lang.Integer) - function in io.kjson.pointer.JSONReference
- child(java.lang.String) - function in io.kjson.pointer.JSONReference
- contains(io.kjson.JSONValue,io.kjson.pointer.JSONPointer) - function in io.kjson.pointer.IndexOpKt
- Test whether the specified JSONPointer points to a valid entry in
thisJSONValue.