I am trying to desearilize a object as given below ,one of the string having some special characters associated with it and facing some errors.
obj= JsonConvert.DeserializeObject<response>(request.Message)
one of the input string looks like below
"Message":"{
'Id':'text me on dec may\' 17',
}"
Error details:After parsing a value an unexpected character was encountered: 1. Path 'Id', line 4, position 56
thanks in advance