Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

JSONPath后模糊匹配bug #1902

@runLiu

Description

@runLiu

JSONPath.read("{\"table\":\"_order_base\"}", "[table LIKE 'order_base%']");
table字段前面有_,LIKE表达式值前面没有_,期望结果不匹配,实际匹配。
看源码觉得JSONPath 1079行逻辑有问题。

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions