BOP for nested JSON output
Summary
BOP for nested JSON outputContent
I am trying to connect VBCS to an ORDS REST query. Unlike the examples that I have seen, ORDS delivers its JSON output nested within an items container (see data pasted below). The examples incorporate data that is at the top level of the JSON. My VBCS page needs to consume the properties personnumber thru processstatus (blue in the pasted data) which are nested within items.
1) Do I need to account for this nesting when editing RESTEntityProvider.js?
2) If answer to 1 is "Yes", how do we account for the nesting?
Nested REST output
Tagged:
1