Details
-
New Feature
-
Resolution: Fixed
-
Major
-
4.0-milestone-1
-
None
Description
Usage:
#set($array = [1, 2, 3])
$jsontool.serialize($array)
#set($map = {'enabled': true, 'color': 'yellow', 'count': 13})
$jsontool.serialize($map)
but it should work with almost any Java object.