Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 428 Bytes

JsonObject.md

File metadata and controls

22 lines (16 loc) · 428 Bytes

JsonObject

Definition

Inheritance: AbstractJsonElement-->JsonObject

Public members

value : DINT; Value of this element
key : STRING := ''; Key of this element

Methods

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