Jayway JsonPath实例

开源:https://github.com/json-path/JsonPath

引入库:

<dependency>
    <groupId>com.jayway.jsonpath</groupId>
    <artifactId>json-path</artifactId>
    <version>2.3.0</version>
</dependency>

实例见:

https://github.com/json-path/JsonPath

原文地址:https://www.cnblogs.com/davidwang456/p/8868215.html