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

JSONValidator校验错误v1.2.73 #3460

Closed
kervin521 opened this issue Sep 21, 2020 · 1 comment
Closed

JSONValidator校验错误v1.2.73 #3460

kervin521 opened this issue Sep 21, 2020 · 1 comment
Labels
Milestone

Comments

@kervin521
Copy link

String body = "11{"time":" + System.currentTimeMillis() + "}";
System.out.println(JSON.isValid(body));
System.out.println(JSONValidator.from(body).validate());

结果:
false
true

@kervin521 kervin521 changed the title JSONValidator校验错误 JSONValidator校验错误v1.2.73 Sep 21, 2020
@kervin521
Copy link
Author

@wenshao

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

No branches or pull requests

2 participants