System.JSON.Writers.TJsonWriter.WriteRaw
Delphi
procedure WriteRaw(const Json: string); virtual;
C++
virtual void __fastcall WriteRaw(const System::UnicodeString Json);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		public | System.JSON.Writers.pas System.JSON.Writers.hpp  | 
        System.JSON.Writers | TJsonWriter | 
Description
Writes raw JSON.
WriteRaw does not update the internal state of the writer.