I am using .NET Framework 4.5 and I\'m having this issue. The type or namespace \'Json\' does not exist in the namespace \'System\'
So, I tried to Inst
using Newtonsoft.Json; Should get the job done
now you can use : JsonConvert.SerializeObject JsonConvert.DeserializeObject