Displaying JSON Object or JSON with HTL and Javascript Use
How can I display JS object properties or iterate over JSON objects using sly-data-list.
Here's my particular JSON
{"make":"Honda","model":"civic"}
Would something like this require a mixed model with local Java class?
Thanks