Table of Contents

TTMSFNCUtils.FindJSONValue Method

Finds a JSON value by path.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function FindJSONValue(AJSONValue: TJSONValue; APath: string): TJSONValue;

Parameters

Name Description
AJSONValue JSON value to search.
APath JSON path or property path to find.

Returns

Matching JSON value, or nil when no value is found.