REST.Response.Adapter.TRESTResponseJSON

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRESTResponseJSON

Delphi

TRESTResponseJSON = class(TComponent, IRESTResponseJSON)

C++

class PASCALIMPLEMENTATION TRESTResponseJSON : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter REST.Response.Adapter

Description

A class that holds a JSON value.

Allows TRESTResponseDataSetAdapter to receive a JSON value not created by a TRESTResponse.

To use it, assign an instance of this class to TRESTREsponseDataSetAdapter.ResponseJSON.

See Also