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