listAt
Returns the KpaList at pointer, or null if the path is absent.
Return
The KpaList at the specified path, or null if absent.
Parameters
pointer
The KPointer identifying the value to retrieve.
Throws
Parses path via KPointer.from and returns the KpaList at that path, or null if absent.
Return
The KpaList at the specified path, or null if absent.
Parameters
path
A pointer string (RFC 6901, fragment, or dot-notation, dispatched by prefix).