A
C
E
F
G
H
I
L
M
O
P
R
T
U
W
O
- openResource(io.kjson.resource.Resource) - function in io.kjson.resource.ResourceLoader
- optionalBoolean(io.kjson.resource.ResourceRef,java.lang.String) - function in io.kjson.resource.ExtensionKt
- Get a Boolean property from a JSONObject using
thisResourceRef and the specified key, ornullif the property is not present (throws an exception if the property is present but is the wrong type). - optionalChild(io.kjson.resource.ResourceRef,java.lang.String) - function in io.kjson.resource.ExtensionKt
- Get a child property ResourceRef from a JSONObject using
thisResourceRef and the specified key, ornullif the property is not present (throws an exception if the property is present but is the wrong type). - optionalDecimal(io.kjson.resource.ResourceRef,java.lang.String) - function in io.kjson.resource.ExtensionKt
- Get a BigDecimal property from a JSONObject using
thisResourceRef and the specified key, ornullif the property is not present (throws an exception if the property is present but is the wrong type). - optionalInt(io.kjson.resource.ResourceRef,java.lang.String) - function in io.kjson.resource.ExtensionKt
- Get an Int property from a JSONObject using
thisResourceRef and the specified key, ornullif the property is not present (throws an exception if the property is present but is the wrong type). - optionalLong(io.kjson.resource.ResourceRef,java.lang.String) - function in io.kjson.resource.ExtensionKt
- Get a Long property from a JSONObject using
thisResourceRef and the specified key, ornullif the property is not present (throws an exception if the property is present but is not an Int or Long). - optionalString(io.kjson.resource.ResourceRef,java.lang.String) - function in io.kjson.resource.ExtensionKt
- Get a String property from a JSONObject using
thisResourceRef and the specified key, ornullif the property is not present (throws an exception if the property is present but is the wrong type).