zl程序教程

您现在的位置是:首页 >  后端

当前栏目

Jayway JsonPath实例

实例 jsonpath
2023-09-11 14:21:40 时间

开源: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