Tag: json

The json tag converts the specified Java object to JavaScript Object Notation (JSON).

Tag Information
Tag Class com.ibm.commerce.foundation.internal.client.taglib.JsonTag
Body Content empty
Display Name json

Attributes
Name Required Request-time Type Description
name true true java.lang.String The name of the parameter.
value true true java.lang.String The parameter value.

Variables
No Variables Defined.

 

 

Example

The following example converts the RequestProperties object into JSON notation.

<wcf:json object="${RequestProperties}"/> 


Related Reference


WebSphere Commerce foundation tag library