Add (Json function)

From m204wiki
Revision as of 20:24, 17 February 2015 by Alex (talk | contribs) (→‎Syntax terms)
Jump to navigation Jump to search

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

%numberThe 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.

Usage notes

Examples

See also