Table of Contents

TTMSMCPJSONValueHelper.Find Method

Finds a nested JSON value by path.

API unit family: TMS.MCP.Types Declaring type: TTMSMCPJSONValueHelper

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.