09-14-2012 06:28 AM
var jsonRes = remote.call("/employeelist");
var result = eval('(' + jsonRes + ')');
model.employeelist = result;
{ "employees": [
{ "name": "Fred Bloggs", "email": "fred@test.com", "id": "123456" } ,
{ "name": "John Smith", "email": "john@test.com", "id": "456789" } ,
{ "name": "Bob Brown", "email": "bob@test.com", "id": "987654" } ] }
<#list journallist?keys as prop>
${prop}
</#list>
09-14-2012 07:18 AM
08-10-2015 06:35 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.