-
### 问题描述
`JSON.toJSON(x)` should be equivalent to `JSON.parse(JSON.toJSONString(x))`. But `JSON.toJSON` does not include the type key when using `@JsonType(typeKey = "type")`.
### 环境信息
- 版本信…
-
### 问题描述
*JSON.parseObject设置NameFilter参数无效*
### 环境信息
*请填写以下信息:*
- OS信息: Macos 14.3 (23D56)
- JDK信息: Azul Zulu version 11.0.22 - aarch64
- 版本信息:fastjson2-2.0.53
### 重现步骤
*自定义NameFilt…
-
插件目前使用的fastjson的1.x版本。但是现在最新的fastjson已经是fastjson2了。尝试使用自定义注解解决,但是无法使用。自定义注解配置如下:
@com.alibaba.fastjson2.annotation.JSONField\s*\(\s*name\s*=\s*"{filed}"\s*\)
@com.alibaba.fastjson2.annotation.JSON…
-
### 问题描述
Fastjson中JSONObject.parse 与Fastjson2有差异
### 环境信息
- OS信息: [MacOS 12.7.4 M1 Pro 16 GB]
- JDK信息: [Openjdk 17.0.6]
- 版本信息:[Fastjson 2.0.49]
### 重现步骤
```java
import com.aliba…
-
### 问题描述
非AOT模式运行,没有中文乱码的问题。
但是,在AOT部署后,各种中文乱码。
版本`2.0.48`则没有这个问题。
### 环境信息
- 版本信息:[e.g.:Fastjson2 2.0.51]
-
### 问题描述
Exception in thread "main" com.alibaba.fastjson.JSONException: not support name true
at com.alibaba.fastjson.JSON.parseObject(JSON.java:546)
at com.lorna.fastjson2.EnumJsonTest.main(Enum…
-
### 问题描述
*简要描述您碰到的问题。*
在RK3568安卓11平台上,使用fastjson2的JSONObject.put多个(3个及以上)字段为null时,对JSONObject对象调用toJSONString方法,传参为JSONWriter.Feature.WriteMapNullValue时,app会崩溃
### 环境信息
*请填写以下信息:*
- OS信息: […
-
### 问题描述
*简要描述您碰到的问题。*
反序列化对象失败,出现:
com.alibaba.fastjson2.JSONException: Illegal syntax: ``, offset 1, character , line 1, column 2, fastjson-version 2.0.40 {
at com.alibaba.fastjson2.JSONR…
-
As mentioned in the roadmap #13065 , the benchmark construction form I understand is as follows. Do you have any other opinions?
### Dubbo performance benchmark test
#### Goal: Reflect Dubbo…
wxbty updated
8 months ago
-
### 问题描述
配置了fastjson的FastJsonHttpMessageConverter,@JSONField的serialzeFeatures,WriteNullNumberAsZero,不起效。经过验证,在1.2.83版本配置内能正常序列化,升级到2.0.40后,无效
### 环境信息
- JDK信息: idea 自带jdk 11.0.12
- 版本信息:Fastjs…