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
java.lang.ArrayIndexOutOfBoundsException: Index 13 out of bounds for length 13
at com.alibaba.fastjson2.JSONReaderUTF8.skipValue(JSONReaderUTF8.java:4874)
at com.alibaba.fastjson2.JSONReaderUTF8.skipValue(JSONReaderUTF8.java:4904)
at com.alibaba.fastjson2.JSONValidator.validate(JSONValidator.java:36)
at MutatedIssue3343_200.test(MutatedIssue3343_200.java:20)
The text was updated successfully, but these errors were encountered:
问题描述
fastjson2中JSON.isValid无异常,JSONValidator.from().validate()报错
环境信息
重现步骤
相关日志输出
java.lang.ArrayIndexOutOfBoundsException: Index 13 out of bounds for length 13
at com.alibaba.fastjson2.JSONReaderUTF8.skipValue(JSONReaderUTF8.java:4874)
at com.alibaba.fastjson2.JSONReaderUTF8.skipValue(JSONReaderUTF8.java:4904)
at com.alibaba.fastjson2.JSONValidator.validate(JSONValidator.java:36)
at MutatedIssue3343_200.test(MutatedIssue3343_200.java:20)
The text was updated successfully, but these errors were encountered: