Как получить атрибуты модели Java от JavaScript
var customObjectList = JSON.parse('${foo}');
console.log(customObjectList);
Dangerous Dog
var customObjectList = JSON.parse('${foo}');
console.log(customObjectList);