dknoodle / WUnderground.Net

WUnderground .Net Library (Also Weather.com)
MIT License
19 stars 13 forks source link

Added Newtonsoft default Deserializer #2

Closed martinkunc closed 7 years ago

martinkunc commented 8 years ago

Hi, In some cases (which I tried) The default SimpleJson deserialization failed and RestRequest had to fallback to Json.Net. I changed it to default with implementing simple Deserializer.

Is this fine ?

dknoodle commented 7 years ago

Hi there, thanks for the contributions! Apologies for not seeing them before now. The library has now been completely rewritten and updated to support all the optional and configuration inputs for the API. Please take a look and feel free to contribute.