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 解析这个表达式“concat(name,type)”。我也可以在 JsonPath 中执行此操作吗?- 一次提取多个值并在其上使用一些功能。
我正在使用谷歌的 JsonPath 的 java 实现。
谢谢!
查看 DefiantJS ( http://defiantjs.com ),它使用“搜索”方法扩展了全局对象 JSON。使用此方法,您可以使用 XPath 表达式查询 JSON 结构。要查看此库的实际运行情况,请查看实时 XPath 评估器:
http://defiantjs.com/#xpath_evaluator