I have the following json
{
"introduction":{
"title":"Introduction blabla",
"content":[
"My name's Test'",
"I love you!"
]
},
....
}
I read your forum and especially this topic:
JSON Data and Word Template Output - Free Support Forum - aspose.com
However, no I didn’t found any help for access to the array by foreach.
<<foreach [in introduction.content]>><<[introduction.content_Text]>><</foreach>>
<<foreach [t in introduction.content]>><<[t_Text]>><</foreach>>
Both retrieve empty string.
without the suffix, it displays the object name DataRow.