How to display child object data

Answered
Tiago asked on June 9, 2022

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

1 answer

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster June 10, 2022

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

Please login or Register to Submit Answer