- Added in the check for it being generic before calling GetGenericType Definition() (thanks nicwise)
- Add support for deserializing properties with an underscore prefix (thanks psampaio)
- BaseUrl is now virtual (thanks Haacked)
- Fixed List json deserialization, when T was a something like DateTime, Timespan, Guid, etc. (thanks PedroLamas)
- Improve support for parsing iso8601 dates (thanks friism)