I'm having an issue storing this json string to a variable. It's gotta be something stupid I am missing here
private string someJson = @"{
"ErrorMessage": "",
"ErrorDetails": {
"ErrorID": 111,
"Description": {
"Short": 0,
"Verbose": 20
},
"ErrorDate": ""
}
}";
question from:https://stackoverflow.com/questions/22998177/store-hardcoded-json-string-to-variable