Peter, I’m already using that information to load a bunch of data from JSON. That is fairly easy. The problem is that I need to grab a dynamic number of key-> value pairs *within* that JSON location (auto-vm-migration>genericMetricThresholds), flatten them into a string, and then display them. I found one way to do it, but it requires that you pull the data from the server twice, which is just silly. No web dev worth his salt would want to pull all the data for the grid twice.
Is there a way to pull the data at auto-vm-migration>genericMetricThresholds, manipulate the JSON object located at that point, format it into a string, and then display it in the field?
Thanks