Navigable
global interface Navigable
A collection of data that can be navigated using a path.
Methods
getValue
Object getValue(Path path)
Locates a specific value at the given path.
Input Parameters
path |
Path |
The location of the value. |
Return Value
The specific value in the data at the given path.
|