A new version of json-taglib has been released.
Details of the changes are as follows:
* Added support for passing arrays and Maps as well as Collections to the 'items' of the json:array tag. The 'items' attribute should now accept all of the same types as the c:forEach tag.
* Allow pretty-printing to be enabled by setting a page attribute "atg.taglib.json.prettyPrint".
* Allow json:array as a top level tag, along with json:object. This allows both JSON objects and arrays to be serialized as per RFC 4627. Deprecated the json:data tag which is no longer required.
* Various other small fixes and enhancements.
Full details of the changes can be found in the project change log:
http://json-taglib.sourceforge.net/changes-report.html
NOTE: This relase deprecates the json:data tag - it should be replaced with the json:object tag. The json:data tag will be removed in a future release.
Regards
James Wiltshire