REST.Client.TRESTResponse.RootElement

From RAD Studio API Documentation

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. {{#multireplace:REST.Client.TRESTResponse.RootElement|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.Client.TCustomRESTResponse.RootElement|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.Client.TCustomRESTResponse.RootElement|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.


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