AddElement(Property_: String; Value: IJsonElement): IJsonObjectBuilder;
Property_. Element name.
Value. JSON element.
The AddElement method adds an element with another element as a value.
The example of use is given in description of the IJsonArrayBuilder.Build method.
See also: