I have json response in the below format.
\"[{\\\\\\\"JobID\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"BillGenerationDate\\\\\\\":\\\\\\\"4/29/2013 2:53:34 PM\\\\\\\
Try string contentCorrected = contentCorrected.Replace(@"\", "");before deserialization process.
string contentCorrected = contentCorrected.Replace(@"\", "");