zcl_mdp_json icon indicating copy to clipboard operation
zcl_mdp_json copied to clipboard

Escape characters not supported in JSON value

Open josefgruber1 opened this issue 5 years ago • 0 comments

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.

josefgruber1 avatar Jul 05 '19 10:07 josefgruber1