System.JSON.BSON.TBsonWriter.WriteStartObject
Delphi
procedure WriteStartObject; override;
C++
virtual void __fastcall WriteStartObject(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.JSON.BSON.pas System.JSON.BSON.hpp |
System.JSON.BSON | TBsonWriter |
Description
Writes the beginning of a JSON object.
System.JSON.BSON.TBsonWriter.WriteStartObject inherits from System.JSON.Writers.TJsonWriter.WriteStartObject. All content below this line refers to System.JSON.Writers.TJsonWriter.WriteStartObject.
Writes the beginning of a JSON object.