A
C
E
F
G
H
I
L
M
O
P
R
T
U
W
C
- checkHTTP(java.net.HttpURLConnection) - function in io.kjson.resource.ResourceLoader
- checkIndex(io.kjson.resource.ResourceRef,java.lang.Integer) - function in io.kjson.resource.ExtensionKt
- Check that this JSONArray reference has a child at the given index, and throw an exception if not.
- checkName(io.kjson.resource.ResourceRef,java.lang.String) - function in io.kjson.resource.ExtensionKt
- Check that this JSONObject reference has the named child, and throw an exception if not.
- child(io.kjson.resource.ResourceRef,java.lang.Integer) - function in io.kjson.resource.ExtensionKt
- Get the named child reference (strongly typed) from this JSONArray reference, using the implied child type.
- child(io.kjson.resource.ResourceRef,java.lang.String) - function in io.kjson.resource.ExtensionKt
- Get the named child reference (strongly typed) from this JSONObject reference, using the implied child type.
- createChildRef(java.lang.String,T) - function in io.kjson.resource.ResourceRef
- Create a child reference.
- createTypedChildRef(java.lang.String,io.kjson.JSONValue) - function in io.kjson.resource.ResourceRef
- Create a child reference, checking the type of the target node.