Matrix Version: 5.5
I’m trying to access json data outside the root for example:
{
"page_info": {
"next_page": 2,
"last_page": 140,
"page_size":10
},
"root":[
{...
I can access all the root data by adding the json root object but was wondering how to include the page_info that sits outside the root. Adding the correct value in the JSON Data Attributes?
Any ideas?
Cheers
Nick