You guys do have this {{webapp1.items[0] | json}}
Have you got a use case for this Lucian.
In terms of the data the example in the docs is:
{"itemid":"4646524","name":"ABA","urlWithHost":"http://lq2001.mercury.bc.corp.adobe.com/car-catalogue/ABA","url":"/car-catalogue/ABA","releaseDate":"2014-06-18","expiryDate":"9999-01-01","lastUpdateDate":"2014-06-18","counter":"1","weight":"","Make":"AC model","Color":"red","Country":"","Review":"no review just yet"}
Could you use that with liquid markup to pull that out there after with a collection?
You got an example of what you envisioned with this one?
If this also included the classifications
"categories": [
{
"id":1221,
"name": "the name"
}
]
And you could use that, then this would be the way to go maybe?