API:System.JSON.BSON.TBsonWriter.WriteRawValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteRawValue(const Json: string); override;

C++

virtual void __fastcall WriteRawValue(const System::UnicodeString Json);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter

Description

Writes raw JSON and updates the internal state of the writer.

System.JSON.BSON.TBsonWriter.WriteRawValue inherits from System.JSON.Writers.TJsonWriter.WriteRawValue. All content below this line refers to System.JSON.Writers.TJsonWriter.WriteRawValue.

Writes raw JSON and updates the internal state of the writer.

See Also