A
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
C
- checkIndex(io.kjson.pointer.JSONRef,java.lang.Integer) - function in io.kjson.pointer.ExtensionKt
- Check that this JSONArray reference has a child at the given index, and throw an exception if not.
- checkName(io.kjson.pointer.JSONRef,java.lang.String) - function in io.kjson.pointer.ExtensionKt
- Check that this JSONObject reference has the named child, and throw an exception if not.
- 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,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(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. - createChildRef(java.lang.String,T) - function in io.kjson.pointer.JSONRef
- Create a child reference.
- createTypedChildRef(java.lang.String,io.kjson.JSONValue) - function in io.kjson.pointer.JSONRef
- Create a child reference, checking the type of the target node.