Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JSON オブジェクトに XPath を適用する必要があります。このライブラリを使用して JSON を XML に変換し、XPath を使用できます。しかし、ある種の JSON オブジェクトで ObjectXPathNavigator を使用する方法があるかどうか疑問に思っていました。
JSON クエリには標準がないため、このアプローチを採用しています (これとこれを参照してください)。XPath はうまくマッピングされているように見え、非常によく知られている標準です。
ありがとう - デイブ