Boolean (Json function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 13: Line 13:
</table>
</table>
==Usage notes==
==Usage notes==
<ul>
<li>To assign a literal True or False to a Json object use the [[True (Json function)|True]] or [[False (Json function)|False]] Json function.</li>
</ul>
==Examples==
==Examples==
==See also==
==See also==
{{Template:Json:Boolean footer}}
{{Template:Json:Boolean footer}}

Revision as of 21:08, 17 February 2015

Create a Boolean JSON object (Json class)

[Introduced in Model 204 7.6]


This page is under construction.

Syntax

%json = [%(Json):]Boolean( boolean)

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.
boolean Boolean value

Usage notes

  • To assign a literal True or False to a Json object use the True or False Json function.

Examples

See also