itaykaldi
12 years agoContributor
Cannot convert JSON to XML
Hey,
I got the following JSON response
"{\u000d\u000a \"$type\": \"Cloud.Messages.DeviceMessages.GetCCResponseDeviceMessage, DeviceMessages\",\u000d\u000a \"Cards\": {\u000d\u000a \"$type\": \"System.Collections.Generic.List`1[[Cloud.Messages.DeviceMessages.Card, DeviceMessages]], mscorlib\",\u000d\u000a \"$values\": []\u000d\u000a },\u000d\u000a \"Status\": 0\u000d\u000a}"
How can i convert this response to to XML?
I got the following JSON response
"{\u000d\u000a \"$type\": \"Cloud.Messages.DeviceMessages.GetCCResponseDeviceMessage, DeviceMessages\",\u000d\u000a \"Cards\": {\u000d\u000a \"$type\": \"System.Collections.Generic.List`1[[Cloud.Messages.DeviceMessages.Card, DeviceMessages]], mscorlib\",\u000d\u000a \"$values\": []\u000d\u000a },\u000d\u000a \"Status\": 0\u000d\u000a}"
How can i convert this response to to XML?