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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants