public SOModel GetStackoverflowJsonObject(String URL) { SOModel convertedJSONObject; string jsonString = URL.AcquireJSONString(); convertedJSONObject = JsonConvert.DeserializeObject <SOModel>(jsonString); return(convertedJSONObject); }