JSON is a light-weight, language independent, data interchange format.
The library can be used as part of a server-side AJAX application, allowing developers to use the full power of JSP to format JSON data.
Requirements:
· JSP 2 or higher
What's New in This Release: [ read full changelog ]
· Allow atg.taglib.json.prettyPrint and atg.taglib.json.escapeXml values to be set using a context-param in web.xml.
· Removed json:data tag (was deprecated in previous release). Any usage of json:data MUST now be replaced by json:object.