AddString(Property_: String; Value: String): IJsonObjectBuilder;
Property_. Element name.
Value. String value.
The AddString method adds an element with a string value.
The example of use is given in description of the IJsonDocument.WriteToString method.
See also: