Add (Json function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 6: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th><td>The number of items in the array after the Add.</td></tr>
<tr><th>Json</th>
<tr><th>Json</th>
<td>Json object, which may be <var>Null</var></td></tr>
<td>Json object, which must be an array or an InvalidJsonType exception is thrown.</td></tr>
<tr><th>json</th>
<tr><th>json</th>
<td><var>Json</var> object</td></tr>
<td><var>Json</var> object that can be <var>Null</var>.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Json:Add footer}}
{{Template:Json:Add footer}}

Revision as of 20:24, 17 February 2015

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