Array (Json function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 10: Line 10:
<td>The optional class name in parentheses denotes a [[Notation conventions for methods#Constructors|virtual constructor]]. See [[#Usage notes|"Usage notes"]], below, for more information about invoking a virtual constructor.</td></tr>
<td>The optional class name in parentheses denotes a [[Notation conventions for methods#Constructors|virtual constructor]]. See [[#Usage notes|"Usage notes"]], below, for more information about invoking a virtual constructor.</td></tr>
<tr><th>itemList</th>
<tr><th>itemList</th>
<td><var>List</var> object<br/>This default value of this argument is [[??]].</td></tr>
<td>Zero or more Json objects (including null) that become the arrays original items.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Json:Array footer}}
{{Template:Json:Array footer}}

Revision as of 20:39, 17 February 2015

Create an Array JSON object (Json class)

[Introduced in Model 204 7.6]


This page is under construction.

Syntax

%json = [%(Json):]Array[( [itemList])]

Syntax terms

%jsonJson object
[%(Json):] The optional class name in parentheses denotes a virtual constructor. See "Usage notes", below, for more information about invoking a virtual constructor.
itemList Zero or more Json objects (including null) that become the arrays original items.

Usage notes

Examples

See also