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 an object.
Call WritePropertyName followed by a value functions afterwards to define the key-value pairs inside the object. The following value functions exist:
After you define all values, call WriteEndObject to write the end of the object.