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
Connected to the target VM, address: '127.0.0.1:58881', transport: 'socket'
{"CABCB9281415LR":{"key":"CABCB9261415LR","type":"分类2"}}
Disconnected from the target VM, address: '127.0.0.1:58881', transport: 'socket'
问题描述
当数据为UTF-8编码反序列化时,当map中的key为14位时,有第8位不同其它位相同时,mep的key仅会保留一个丢失掉一个
环境信息
请填写以下信息:
重现步骤
期待的正确结果
相关日志输出
附加信息
https://github.com/alibaba/fastjson2/blob/1fa051eb6b497ef6c55b0ebfd811e783329221ba/core/src/main/java/com/alibaba/fastjson2/JSONReaderUTF8.java#L3358C33-L3358C71
com.alibaba.fastjson2.JSONReaderUTF8代码中3358行的nameValue1应该+7而不是+8
The text was updated successfully, but these errors were encountered: