Let’s say we have a page or app where users have multiple API calls requesting different data.
It would be great to be able to store each JSON response in a column corresponding to the row of that request and display that JSON in a list, grid etc view where the JSON could be displayed like this:
The JSON request for that row / column should be able to be selected in a list, to select the node from the JSON you want to use and after that, to be able to select the values you want to display from that node in the List/Grid view etc.