json
Tag object


Creates a JSON Object. JSON Objects should in turn contain nested json:object, json:property and json:array tags to define the values contained therein. Objects can be nested as many times as you want.


Tag Information
Tag Classatg.taglib.json.JsonObjectTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsetruejava.lang.StringThe name of the object (required if nested within another json:object tag)
prettyPrintfalsetruebooleanShould the rendered JSON be nicely formatted and indented? (default:false)
escapeXmlfalsetruebooleanShould special XML characters be escaped? (default:true)

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.