API:System.JSON.Writers.TJsonObjectWriter.WriteRaw

From RAD Studio API Documentation

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 TJsonObjectWriter

Description

Writes raw JSON. {{#multireplace:System.JSON.Writers.TJsonObjectWriter.WriteRaw|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.JSON.Writers.TJsonWriter.WriteRaw|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.JSON.Writers.TJsonWriter.WriteRaw|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Writes raw JSON.

WriteRaw does not update the internal state of the writer.

See Also