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

1.2.71版本JSONValidator.validate方法返回值有误 #3293

Closed
saochuan258 opened this issue Jun 23, 2020 · 0 comments
Closed

1.2.71版本JSONValidator.validate方法返回值有误 #3293

saochuan258 opened this issue Jun 23, 2020 · 0 comments

Comments

@saochuan258
Copy link

saochuan258 commented Jun 23, 2020

public static void main(String args[]){
JSONValidator jv = JSONValidator.from("{}");//1.2.70返回true,1.2.71返回false
System.out.println(jv.validate());
}

ZivYan added a commit to ZivYan/fastjson that referenced this issue Jun 24, 2020
wenshao added a commit that referenced this issue Jun 25, 2020
bugfix for JSONValidator, fix #3293
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