Skip to content

mapping和ignorePath支持标准json path #20

@llm163520

Description

@llm163520

如:

HashSet ignorePath = new HashSet<>();

//所有的id
ignorePath .add("$..id");
//items中name等于张三的忽略age
ignorePath .add("$.items[?(@.name == '张三')].age");

HashMap<String, String> mapping = new HashMap<>();
mapping.put("$.date", "$.sunrise");

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