-
When JSON converts Java, if you can support fastJson, that would be great.
-
are there anyone would like to support [fastjson](https://github.com/alibaba/fastjson) library converter?
-
通过docker部署的rocketmq-5.2.0+rocketmq-mqtt-1.0.1
一直重复报下面的JSON解析错误日志:
```
2024-07-18 14:16:19:333 ERROR [QueueCache]
com.alibaba.fastjson.JSONException: unclosed.str
at com.alibaba.fastjso…
-
### Is Your Feature Request Related to a Problem?
org.apache.rocketmq:rocketmq-common:5.3.0
-- com.alibaba:fastjson:1.2.83
-- com.alibaba.fastjson2:fastjson2:2.0.51
why not completely remove f…
-
## 🐛 Bug Report
oneOf/anyOf doesn't seem to work with objects.
## To Reproduce
The following schema models a union type, i.e. in TypeScript terms:
```ts
type Foo = { foo: string, baz: str…
-
# Fastjson 反序列化RCE分析 | Y4er的博客
fastjson反序列化RCE
[https://y4er.com/post/fastjson-learn/](https://y4er.com/post/fastjson-learn/)
-
I am using version 1.10.1 of meisearch to test Chinese search and have encountered the following issues:
The test code is as follows:
```
import com.alibaba.fastjson.JSON;
import com.alibaba.f…
-
niuTT updated
5 months ago
-
### 环境信息
- 版本信息:[e.g.:Fastjson2 2.0.53]
### 重现步骤
1. 使用 `JSONObject.parseObject` 方法
2. 输入 `"{\"xxx\": \"\"}"` 数据
```java
import com.alibaba.fastjson2.JSONObject;
import java.util.List…
-
Description:
When attempting to serialize the Embedding and TextSegment classes for Redis caching, serialization continuously fails due to the absence of getter and setter methods. I have tried usi…