StartObject method: JsonBuilder class
Syntax
StartObject(Name)
Description
Use this method to start building the Json object with a name that is optional.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specifies the name of the Json object as a string. |
Returns
None.
Example
Local JsonBuilder &jBldr = CreateJsonBuilder();
&jBldr.StartObject("");