使用 Oracle SQL/JSON 进行深度扫描

Deep scan with oracle SQL/JSON

Java Jayway jsonpath 使用运算符 .. 发起所谓的 深度扫描 see here). Is there something similar in oracle SQL/JSON? I looked at the oracle documentation here 但没有找到任何东西相似。

目前 SQL/JSON 路径表达式不允许您调用 'deep scans'(或在 XPath 中 //)。 你能告诉我们更多关于用例的信息吗? 您真的需要递归地任意深入地嵌套到 json 或者您可以枚举可能的路径吗? 谢谢