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

Generalization of MiscellaneousHelper.ParseOutRedditDataElement to more cases using Newtonsoft's JSON Parser #56

Closed eugeniopacceli closed 8 years ago

eugeniopacceli commented 8 years ago

Conversion of ParseOutRedditDataElement to a generic method able to return any object labelled as "data" from a json string. Uses Newtonsoft Json parser instead of raw string manipulation. Found related logic in the code and changed it to feature this method.