Get data by name.
Source position: fpjson.pp line 175
public function TJSONData.GetPath( |
const APath: TJSONStringType |
):TJSONData; |
APath |
|
The path of the data element to retrieve. |
The found data element.
GetPath is identical to FindPath but raises an exception if no element was found. The exception message contains the piece of path that was not found.
An EJSON exception is raised if the path does not exist.
|
Find data by name. |