REST.Response.Adapter.TRESTResponseJSON.HasJSONResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasJSONResponse: Boolean;

C++

bool __fastcall HasJSONResponse();

Properties

Type Visibility Source Unit Parent
function protected
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseJSON

Description

Indicates whether a JSON response exists. The type of response content is always TJSONValue.

See Also