TTMSFNCJSONValueHelper.Find Method
Finds a nested JSON value by path.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCJSONValueHelper
Syntax
function Find(const APath: string): TJSONValue;
Parameters
| Name | Description |
|---|---|
APath |
Path expression used to locate the nested value. |
Returns
The matching JSON value, or nil when the path cannot be resolved.