-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
README
https://github.com/json-path/JsonPath
pom
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
</dependency>Hello world
String json = "...";
List<String> authors = JsonPath.read(json, "$.store.book[*].author");常见path
Metadata
Metadata
Assignees
Labels
No labels