System.JSON.TJSONValue.P

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property P[const APath: string]: TJSONValue read GetValueP;{ default;}

C++

__property TJSONValue* P[const System::UnicodeString APath] = {read=GetValueP};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONValue

Description

Finds a JSON value and returns the reference to it.

An exception raises when a JSON value cannot be found.