API:System.JSON.Writers.TJsonTextWriter.WriteRaw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteRaw(const Json: string); override;

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 TJsonTextWriter

Description

Writes raw JSON.

System.JSON.Writers.TJsonTextWriter.WriteRaw inherits from System.JSON.Writers.TJsonWriter.WriteRaw. All content below this line refers to System.JSON.Writers.TJsonWriter.WriteRaw.

Writes raw JSON.

WriteRaw does not update the internal state of the writer.

See Also