Closed halocline closed 11 months ago
Adds a more complex object to the data example including property values of type array or object:
data
`[ { id: 1, name: 'Scott', age: 24, siblings: ['Scarlet', 'Scout'], contact: { company: 'Acme, Inc.', social: '@scotty', }, }, { id: 2, name: 'Zelsa', age: 91, siblings: ['Zack', 'Zoe', 'Zelda', 'Zed', 'Ziggy'], contact: { company: 'Retired', }, }, ]`
Adds a more complex object to the
data
example including property values of type array or object: