Newtonsoft Json Library

Download the library from http://james.newtonking.com/json Add Newtonsoft.Json.dll to your main project directory. Right click your project > Properties > Common Properties > Framework & References > Add new reference Select the Browse tab and select the Newtonsoft.Json.dll file Convert Json File To Class using namespace Newtonsoft::Json //—– CLASSES FOR THE JSON DESERIALIZATION —– public ref class Json_global_channels […]

Read More