Wiki source code of MembershipJson
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity filter="indent" wiki="false"}}$response.setContentType('application/json')#set($mylist = ['foo','bar'])#set($mymap= {"things": $mylist})$jsontool.serialize(${mymap}){{/velocity}} |