Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$..test.length() is not working after upgrade version 2.5.0 to 2.6.0 (or higher version) #960

Open
ChinaDylan opened this issue Oct 9, 2023 · 0 comments

Comments

@ChinaDylan
Copy link

String json = "[{\"test\": \"123\"},{\"test\": \"456\"}]";
int length=JsonPath.read(json, "$..test.length()");
System.out.println(length);

the code example above,
In JsonPath 2.5.0 the console can output 2,but after upgrade 2.6.0 or higher version, it outputs 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant