A
C
D
E
F
G
H
I
J
O
P
S
T
W
T
- throwPointerException(java.lang.String) - function in io.kjson.pointer.JSONPointer
- Throw a JSONPointerException with this pointer as the key.
- throwRootParentError() - function in io.kjson.pointer.JSONPointer.Companion
- Throw exception for attempt to get parent of root pointer (used by other libraries).
- tokensAsArray() - function in io.kjson.pointer.JSONPointer
- Get the tokens that make up this pointer as an Array.
- tokensAsList() - function in io.kjson.pointer.JSONPointer
- Get the tokens that make up this pointer as a List.
- toString() - function in io.kjson.pointer.JSONPointer
- toString(java.lang.Integer) - function in io.kjson.pointer.JSONPointer
- Create the string form of this pointer using the first n tokens.
- toString(kotlin.Array,java.lang.Integer) - function in io.kjson.pointer.JSONPointer.Companion
- Create the string form of a JSON pointer from the first n tokens in the specified array.
- toURIFragment() - function in io.kjson.pointer.JSONPointer
- Convert the
JSONPointerto a form suitable for use in a URI fragment. - truncate(java.lang.Integer) - function in io.kjson.pointer.JSONPointer
- Truncate the pointer to the first n tokens.