QuinnDamerell / Baconit

A beatiful, powerful, reddit client for Windows 10.
https://www.reddit.com/r/BaconitDev/
GNU General Public License v2.0
242 stars 81 forks source link

Fix parsing of data about user, which was broken by nested { } #74

Closed dreamlayers closed 8 years ago

dreamlayers commented 8 years ago

Due to nested { } the JSON data got truncated and this led to an exception at JsonConvert.DeserializeObject<User>(userData)

QuinnDamerell commented 8 years ago

Thanks!