I'm using WebBrowser control in a WPF App to show a web page embedded on my application. The problem is that when the page is loaded i get the message "JSON" is undefined.
The web page im loading use the function "JSON.stringify" but seems that the webbrowser control doesnt support JSON object.
There are any workaround or a way to eneable the support to JSON object on the WPF Web Browser or WinForms Web browser?