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
Exception in thread "main" com.alibaba.fastjson2.JSONException: illegal fieldName input,, offset 9, character ,, line 2, column 10, fastjson-version 2.0.23
{"x":{},"message":"1"}
at com.alibaba.fastjson2.JSONReaderUTF16.readFieldNameHashCode(JSONReaderUTF16.java:1053)
at com.alibaba.fastjson2.JSONPathSegmentName.accept(JSONPathSegmentName.java:539)
at com.alibaba.fastjson2.JSONPathTwoSegment.extract(JSONPathTwoSegment.java:188)
at com.alibaba.fastjson.JSONPath.extract(JSONPath.java:73)
at Test$.main(Test.scala:22)
at Test.main(Test.scala)
scala 2.11
fastjson 2.0.23
测试代码
期望结果:null
Exception in thread "main" com.alibaba.fastjson2.JSONException: illegal fieldName input,, offset 9, character ,, line 2, column 10, fastjson-version 2.0.23
{"x":{},"message":"1"}
以下写法结果都是null
The text was updated successfully, but these errors were encountered: