We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
在JavaScript中,整数必须在-9007199254740991~9007199254740991之间,如果超过这个范围,会被阶段。为了绕开这个限制,在对客户端输出整数可能超出这个范围时,使用SerializerFeature.BrowserCompatible。
String str = JSON.toJSONString(obj, SerializerFeature.BrowserCompatible);
JSON.DEFAULT_GENERATE_FEATURE |= SerializerFeature.QuoteFieldNames.getMask();