REST.Client.TCustomRESTResponse.RootElement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RootElement: string read FRootElement write SetRootElement;

C++

__property System::UnicodeString RootElement = {read=FRootElement, write=SetRootElement};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse

Description

Contains a string representation of a root element in the JSON response content hierarchy.

Use this property to get or set a root element in the JSON response content hierarchy. You can use the root element as a starting point for finding other elements, using the TCustomRESTResponse.JSONValue method.

See Also