Comment obtenir des attributs de modèle Java de JavaScript

var customObjectList = JSON.parse('${foo}');
console.log(customObjectList);
Dangerous Dog