Hello All,
I use Oracle 19c, I am just wondering that is there any way to parse unknown depth level of nested json? Let's say that we don't know the height tree of response json. I use JSON_TABLE function. For example, if it could be used loop inside JSON_TABLE function, it would probably solved this issue.
Thanks