Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape characters not supported in JSON value #9

Open
josefgruber1 opened this issue Jul 5, 2019 · 0 comments
Open

Escape characters not supported in JSON value #9

josefgruber1 opened this issue Jul 5, 2019 · 0 comments

Comments

@josefgruber1
Copy link

I have following JSON:
{ "resultItems": [ { "nodeId": 1, "errorCode": "ER8104", "errorMessage": "Invalid parameter \"Plugin\".", "values": [], "files": [] } ] }
In method zcl_mdp_json_deserializer->deserialize_object() exception zcx_mdp_json_invalid is raised after the regular expression is evaluated for the next time after node key "errorMessage" was parsed.
Most probably the root-cause is that the value of node "errorMessage" is not parsed correctly and then the offset is not set correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant