How to access nested json data.

0
Hello Experts,  I am trying to access data from a 4-5 level nested json response. Now I want to show the data in data view but I am unable to show the data with the use of microflow as shown in consume rest services documentation.
asked
1 answers
1

Have a look at the JSON path module.
It is designed to parse more complex JSON structures into Mendix objects.
https://appstore.home.mendix.com/link/app/107685/

Alternatively you can take a look at JSON Structure, which converts it into JSON objects and arrays.

https://appstore.home.mendix.com/link/app/113010/

answered