Data.DBXCommon.TDBXJSONStream.GetJSONReader
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXJSONStream |
Delphi
function GetJSONReader: TJSONReader;
C++
System::Json::Readers::TJsonReader* __fastcall GetJSONReader();
Description
Retrieves a TJSONReader. An exception displays if the stream is not readable.