Exemplo n.º 1
0
        public SOModel GetStackoverflowJsonObject(String URL)
        {
            SOModel convertedJSONObject;
            string  jsonString = URL.AcquireJSONString();

            convertedJSONObject = JsonConvert.DeserializeObject <SOModel>(jsonString);
            return(convertedJSONObject);
        }