Forum Discussion
Auroth - I believe what you are looking for is:
jsonPath($, "$tdline_array..TDLINE")
jsonPath is a tool that lets you perform powerful scans through JSON. In this case, I'm using the descent operator (..) to search for TDLINE regardless of where it exists in the JSON document.
If you're already comfortable with Object and Array functions, this is your complement to those expressions.
Hope this helps!