Discuss this help topic in SecureBlackbox Forum

TElRESTClient.ResponseJSON

TElRESTClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the JSON response.

Declaration

[C#]
    TElJsonEntity ResponseJSON;

[VB.NET]
    Property ResponseJSON As TElJsonEntity

[Pascal]
    property ResponseJSON : TElJsonEntity;

[C++]
    TElJsonEntity* get_ResponseJSON();

[PHP]
    TElJsonEntity get_ResponseJSON()

[Java]
    TElJsonEntity getResponseJSON();

Description

    Use this property to retrieve the content of the server's JSON response.

See also:     ResponseType     ResponseText     ResponseXML    

Discuss this help topic in SecureBlackbox Forum