BBJSP JSON:Boolean Tag (Deprecated)

Description

In BBj 17.0 and higher, the boolean tag can be used within a BBJSP Page to create a boolean attribute within an <JSON.Object>.

Attributes

Attribute Name

Description

Required

Expression

Data Type

name

Identifies this <JSON.Boolean> within a JSON Object.

true

true

String

value

the value attribute will be evaluated to generate a boolean property in the JSON <JSON.Object>

true

true

Object

Remarks

The JSON Tag Library needs to be referenced in the BBJSP Page

Example

<%@ taglib uri='/WEB-CFG/tld/core.tld' prefix='c' %>
<%@ taglib uri='/WEB-CFG/tld/json.tld' prefix='json' %>
<% 
num = 123.45
num2 = 999.99 
%>


















See Also

BBJSP

JSON Tag Library