This method is used to insert a new value in the hierarchy level as the selected element. The value is inserted as the next element from the selected element.
The return value of type BOOL indicates TRUE if the execution has been processed successfully.
Input |
Data type |
Description |
---|---|---|
i_sName |
STRING |
Represents the name of the inserted Json name-value pair. Refer to ET_JsonValueType. |
i_anyValue |
ANY* |
Specifies the value to be added. |
(*) Supported data types are: BOOL, STRING, INT, UINT, DINT, UDINT, BYTE, WORD, DWORD, LWORD, REAL, LREAL, SINT, USINT, LINT, ULINT, TIME, LTIME, DATE_AND_TIME, DATE, and TOD. |