We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@Test public void test2() { String string = "{\"isSuccess\":true}"; Bean1 bean1 = JSON.parseObject(string, Bean1.class, JSONReader.Feature.SupportSmartMatch); assertEquals(Boolean.TRUE, bean1.isSuccess); } public static class Bean1 { private Boolean isSuccess; public Boolean isSuccess() { return isSuccess; } public void setSuccess(Boolean success) { isSuccess = success; } }
The text was updated successfully, but these errors were encountered:
https://github.com/alibaba/fastjson2/releases/tag/2.0.21 问题已修复,请用新版本
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: