Resolved! Navigating a nested object using apply.
Hi All, I'm trying to navigate a nested object using apply. My original object is called bigNestedThing and application of this: .[bigNestedThing;(0;`procData;0;`$"_source")] gets me to a list of dictionaries. Each of those dictionaries in that list ...