I am communicating with a third party API that returns JSON responses as follows:
\"{\\\"SomeResponse\\\":{\\\"FIrstAttribute\\\":8,\\\"SecondAttribute\\\":\
var JsonRequest = JToken.Parse(rawjson).ToString(Newtonsoft.Json.Formatting.None);