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
The encoded Json string using json-iterator looks is different from that of gson and it breaks our test suite (see sample output below). Does json-iterator support utf8?
json-iterator encoded string
2018-10-17 21:24:02 ERROR main Decode:117 - J{"response":"foo","op":"ack","sessionId":"testClient","messageId":"ms
2018-10-17 21:24:02 ERROR main Decode:118 - gId"}�{"response":"\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u043
2018-10-17 21:24:02 ERROR main Decode:119 - 5 \u4f60\u597d ch\u00e0o!","op":"ack","sessionId":"testClient","messageId":"msgId"}
gson encoded string
2018-10-17 21:28:11 ERROR main Decode:117 - J{"response":"foo","op":"ack","sessionId":"testCli
2018-10-17 21:28:11 ERROR main Decode:118 - ent","messageId":"msgId"}m{"response":"Здравствуйте 你好
2018-10-17 21:28:11 ERROR main Decode:119 - chào!","op":"ack","sessionId":"testClient","messageId":"msgId"}
The text was updated successfully, but these errors were encountered:
The encoded Json string using json-iterator looks is different from that of gson and it breaks our test suite (see sample output below). Does json-iterator support utf8?
json-iterator encoded string
gson encoded string
The text was updated successfully, but these errors were encountered: