System.JSON.BSON.TBsonWriter.WriteRawValue
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 BSON data and updates the internal state of the writer.
If you do not want to update the internal state of the writer, use WriteRaw instead.