Question
Tip for folks exploring our Extract API and using Visual Studio Code
As an FYI, there is an excellent JSON Path extension for VSC, https://marketplace.visualstudio.com/items?itemName=davidmarek.jsonpath-extract. I just used it on a structuredData.json result with "$.elements[*].Text" as a path and it nicely returned all the Text elements. Just FYI.

