System.JSON.Builders.TJSONCollectionBuilder.TElements.BeginObject
Delphi
function BeginObject: TPairs; overload; inline;
C++
HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall BeginObject()/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.JSON.Builders.pas System.JSON.Builders.hpp | System.JSON.Builders | TElements | 
Description
Starts an object value, and returns an instance of TPairs to define the contents of the object value using method chaining.
See Also
- System.JSON.Builders.TJSONCollectionBuilder.TElements.Add
- System.JSON.Builders.TJSONCollectionBuilder.TElements.AddMaxKey
- System.JSON.Builders.TJSONCollectionBuilder.TElements.AddMinKey
- System.JSON.Builders.TJSONCollectionBuilder.TElements.AddNull
- System.JSON.Builders.TJSONCollectionBuilder.TElements.AddElements
- System.JSON.Builders.TJSONCollectionBuilder.TElements.AddUndefined