## README https://github.com/json-path/JsonPath ## pom ```xml <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.4.0</version> </dependency> ``` ## Hello world ```java String json = "..."; List<String> authors = JsonPath.read(json, "$.store.book[*].author"); ``` ## 常见path
README
https://github.com/json-path/JsonPath
pom
Hello world
常见path