Hello,
I have an array:
[
{
id: 1,
name: 'Product',
items: [
{
name: 'Item'
}
],
details: {
description: 'Detail'
}
}
]
How can i display the items or details? Is it possible?
Kind regards,
Tiago
Hello, Tiago,
Thank you for reaching out to us.
Currently, Flexmonster supports only two JSON formats – an array of objects, where each object is an unordered set of name/value pairs, and an array of arrays, where each sub-array contains ordered values. The examples of such formats you can find here: https://www.flexmonster.com/doc/json-data-source/#supported-formats
You are welcome to write to us in case further questions arise.
Kind regards,
Nadia