You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
1.1.46.sec01,key为数字类型时会作toString处理。所以 parse出来的对象要用字符串类型为key才能获取。但在1.2.41版本,key还是会保持数字类型,所以parse出来的对象要用Integer类型才能取得。
下面是DefaultJSONParser.java的源码贴图:
下面是测试用例:
`public class FastjsonTest {
}`
The text was updated successfully, but these errors were encountered: