After receiving an object from the server, I am specifically looking to extract the array ITEMS. How can I achieve this?
I attempted using array['items']
but it did not yield the expected result and returned undefined
{
"items": [
{
..
},
{
..
},
{
..
}
],..
,..
}