I\'m trying to add some JSON parsing to the C# code in VS2015 but I can\'t find:
System.Web.Helpers
as the MS documentation suggests. I\'ve looked at other pe
You cannot find it because of the simple fact that's not part of the Framework assemblies (what you are looking at).
It's part of the Extensions assemblies, and, as posted here, you will find it under "Extensions" in the left-hand side of the dialog.