Open main menu

RAD Studio API Documentation β

System.JSON.Writers.TJsonWriter.WriteRawValue

Delphi

procedure WriteRawValue(const Json: string); virtual;

C++

virtual void __fastcall WriteRawValue(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 and updates the internal state of the writer.

See Also