Adobe Franklin - spreadsheets to generate nested JSON structure Hello Everyone,I am trying to create a POC using Helix, in which I am trying to deliver some content in JSON format. It includes a nested JSON structure. I have gone thorugh this spreadsheets documentation to generate the JSON.But I am not able to create a nested structure.Sample structure of required JSON {
"url":{
"total":2,
"offset":0,
"limit":2,
"data":[
{
"site":"AEM Franklin",
"href":"www.aem.live",
"images":[
{
"url":"image1.jpg",
"width":200,
"height":200
},
{
"url":"image2.jpg",
"width":200,
"height":200
}
]
}]}
} I have tried with the following values in the first row which is taken as keyimages.urlimages urlimages[url]But it takes it as a string and creates that as the key instead of creating it as an array of objects. Any help would be appreciated. Chifany R