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 exception does not indicate a parse error, but that you used a function that expected a string, but got a null value. Please run your code in a debugger, and you shall find the line where the exception is thrown. Then we may get an idea on the error.
This is my string, which is received from a java server through rabbitmq:
and got error output:
消息处理异常: [json.exception.type_error.302] type must be string, but is null
but when I extract these string out to a single test cpp file, it parses ok.
this is my test file:
is something wrong with my string data?
The text was updated successfully, but these errors were encountered: