Inheritance: AbstractJsonElement-->JsonObject
value : DINT; | Value of this element |
key : STRING := ''; | Key of this element |
ToString() : STRING; | Returns the JSON string of this element |
GetRootElement() : IJsonElement | Returns root element of the JSON object |
AddElement(elem : IJsonElement) | Add a new element to the JSON object |