A
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
U
E
- encodeJSONPointer(java.lang.String) - function in io.kjson.pointer.JSONPointer.Companion
- Encode a string using the character substitutions specified for JSON pointer token.
- equals(java.lang.Object) - function in io.kjson.pointer.JSONPointer
- equals(java.lang.Object) - function in io.kjson.pointer.JSONRef
- equals(java.lang.Object) - function in io.kjson.pointer.JSONReference
- existsIn(io.kjson.JSONValue) - function in io.kjson.pointer.JSONPointer
- Test whether this
JSONPointerreferences a valid location in specified base value. - existsIn(kotlin.Array,io.kjson.JSONValue) - function in io.kjson.pointer.JSONPointer.Companion
- Test whether this set of tokens references a valid location in specified base value.
- existsIn(java.lang.String,io.kjson.JSONValue) - function in io.kjson.pointer.JSONPointer.Companion
- Test whether this pointer string references a valid location in specified base value.
- ExtensionKt - class in io.kjson.pointer