Thanks for your reply. Every entity inside the json is string, theres no integers in it. Problem is that i need to have listrows that have first value "systemID" according to the number of corresponding "Roles" objects.
Currently im looping the values and have to use "roles" to define the length of the list. Im having trouble accessing "systemID" value due it being before "Roles" inside the json. How could i access that value and how could i display it in the list.
In the image "mySystem" is the systemID value, and 2 rows in the list are defined by the length of "roles".
