Datasnap.DSClientRest.TDSRestCachedItem.GetJSONValue
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestCachedItem |
Delphi
function GetJSONValue(AConnection: TDSRestConnection; AOwnsObject: Boolean; const ARequestFilter: string)
C++
System::Json::TJSONValue* __fastcall GetJSONValue(TDSRestConnection* AConnection, bool AOwnsObject, const System::UnicodeString ARequestFilter);
Description
Returns a JSON value.
The GetJSONValue method is used to return a JSON value.