I have a JSON response that I\'m trying to deserialize with RestSharp, and it looks like this:
{\"devices\":[{\"device\":{\"id\":7,\"deviceid\":\"abc123\",\"
RestShartp doesn't support DataAnnotation/DataMember, rename your properties with no maj:
AND don't forget the {get; set;} ;).
{get; set;}