BBJSP JSON:Object Tag (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 17.0 and higher, the object tag can be used within a BBJSP Page to create a JSON Object. If the object is being placed within another object then you must specify the name attribute.
Attributes
Attribute Name |
Description |
Required |
Expression |
Data Type |
---|---|---|---|---|
name |
If this <JSON.Object> 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 needs to be referenced in the BBJSP Page
Example
|