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.
我需要将 XPath 应用于 JSON 对象。我可以使用这个库将 JSON 转换为 XML,然后使用 XPath。但我想知道是否有办法在某种 JSON 对象上使用 ObjectXPathNavigator - 那会更快吗?
我采用这种方法是因为 JSON 查询没有标准(请参阅this和this)。XPath 似乎可以很好地映射,并且是一个众所周知的标准。
谢谢 - 戴夫