fastjson icon indicating copy to clipboard operation
fastjson copied to clipboard

FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.

Results 328 fastjson issues
Sort by recently updated
recently updated
newest added

Fix grammatical error in CONTRIBUTING.md file.

1.修复解析JsonString时没有方括号的字符串可以转成对象List属性的问题。 2.修复一个异常输出信息拼写错误。 3.add testcase.

fix https://github.com/alibaba/fastjson/issues/1868

a state machine validator

Issue fix up: #2305 enhancement: #2481 Test case is: Jdk8TimeFormatTest Jdk6TimeFormatTest Java8InstantDeserializeFromMilliTest

之前的代码 JSON.toJSONString(array)无法按顺序保存成字符串。

升级到sec10或者noneautotype版本可以避开防御反序列化漏洞吗?还需要配置safeMode吗?

final Map next = JSON.parseObject("{1 :1}", new TypeReference() { }); 这简单的一行执行就是卡住

纯属吐个槽,我负责维护公司遗留的java系统,功能很稳定,一年下来,就只有在fastjson库出安全漏洞的时候需要发个版~ 感谢fastjson出安全漏洞,要不公司还以为我没事儿干呢~

出现 org.springframework.beans.factory.BeanCreationException: Failed to parse configuration class [ com.alibaba.fastjson.support.spring.JSONPResponseBodyAdvice