I being passed a object from javascript as JSON and it's type in Silverlight is of type System.Windows.Browser.ScriptObject
.
How do I get the JSON representation from the script object?
Cheers
AWC
I being passed a object from javascript as JSON and it's type in Silverlight is of type System.Windows.Browser.ScriptObject
.
How do I get the JSON representation from the script object?
Cheers
AWC
There is no native support for this in Silverlight. JSON.NET supports Silverlight though.