Skip to content

jsonpath #312

@uniquejava

Description

@uniquejava

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions