I am trying to work on a new project by analyzing some JSON data for a Silverlight 4 project (specially created as a Silverlight Business Application - Visual C # project) using C # in Visual Studio 2010, and I cannot find how to enable parser links and support native objects for JSON data.
As far as I know, my development tools have been updated (MS update checked).
I know that I can probably just write my own parser, but this is like reinventing the wheel. Below are some lines that work in VS 2008 in our other project (cannot publish files because of their participation in the business application):
using System.Json;
results = (JsonObject) JsonObject.Load (e.Result);
I hope my description will be adequate.
Thanks for watching
jnsohnumr
source share