API:REST.Client.TRESTResponse.RootElement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RootElement: string read FRootElement write SetRootElement default 0;

C++

__property RootElement = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTResponse

Description

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

REST.Client.TRESTResponse.RootElement inherits from REST.Client.TCustomRESTResponse.RootElement. All content below this line refers to REST.Client.TCustomRESTResponse.RootElement.


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