Add (Json function)
Add an item to a JSON array (Json class)
[Introduced in Model 204 7.6]
This page is under construction.
Syntax
[%number =] json:Add( json) Throws InvalidJsonType
Syntax terms
%number | The number of items in the array after the Add. |
---|---|
Json | Json object, which must be an array or an InvalidJsonType exception is thrown. |
json | Json object that can be Null. |