A  C  D  E  F  G  H  I  J  L  M  O  P  R  S  T  U 

O

of(T) - function in io.kjson.pointer.JSONRef.Companion
Create a strongly-typed reference to the base of the given JSON.
of(io.kjson.JSONValue,io.kjson.pointer.JSONPointer) - function in io.kjson.pointer.JSONRef.Companion
Create a strongly-typed reference using the given base JSON and pointer.
of(io.kjson.JSONValue,java.lang.String) - function in io.kjson.pointer.JSONRef.Companion
Create a strongly-typed reference using the given base JSON and a pointer in String form.
optionalBoolean(io.kjson.pointer.JSONRef,java.lang.String) - function in io.kjson.pointer.ExtensionKt
Get a Boolean property from a JSONObject using this JSONRef and the specified key, or null if the property is not present (throws an exception if the property is present but is the wrong type).
optionalChild(io.kjson.pointer.JSONRef,java.lang.String) - function in io.kjson.pointer.ExtensionKt
Get a child property JSONRef from a JSONObject using this JSONRef and the specified key, or null if the property is not present (throws an exception if the property is present but is the wrong type).
optionalDecimal(io.kjson.pointer.JSONRef,java.lang.String) - function in io.kjson.pointer.ExtensionKt
Get a BigDecimal property from a JSONObject using this JSONRef and the specified key, or null if the property is not present (throws an exception if the property is present but is the wrong type).
optionalInt(io.kjson.pointer.JSONRef,java.lang.String) - function in io.kjson.pointer.ExtensionKt
Get an Int property from a JSONObject using this JSONRef and the specified key, or null if the property is not present (throws an exception if the property is present but is the wrong type).
optionalLong(io.kjson.pointer.JSONRef,java.lang.String) - function in io.kjson.pointer.ExtensionKt
Get a Long property from a JSONObject using this JSONRef and the specified key, or null if the property is not present (throws an exception if the property is present but is not an Int or Long).
optionalString(io.kjson.pointer.JSONRef,java.lang.String) - function in io.kjson.pointer.ExtensionKt
Get a String property from a JSONObject using this JSONRef and the specified key, or null if the property is not present (throws an exception if the property is present but is the wrong type).
A  C  D  E  F  G  H  I  J  L  M  O  P  R  S  T  U