
<JSON:Vector>
Description
In BBj 17.0 and higher, the vector tag can be used within a BBJSP Page to generate a JSON Array.
Attributes
Attribute Name |
Description |
Required |
Expression |
Data Type |
---|---|---|---|---|
name |
If this <JSON.Vector> is stored within a JSON Object then the name attribute is used for the identifier within theJSON Object. |
false |
true |
String |
pretty |
the pretty attribute is used to specify that the generated output from this <JSON.Object> should be nicely formatted and indented. |
true |
true |
Object |
Remarks
The JSON Tag Library library needs to be referenced in the BBJSP Page
Example
<%@
taglib uri='/WEB-CFG/tld/core.tld' prefix='c' %> |