Skip to content

Instantly share code, notes, and snippets.

@follesoe
Created December 24, 2010 15:03
Show Gist options
  • Save follesoe/754316 to your computer and use it in GitHub Desktop.
Save follesoe/754316 to your computer and use it in GitHub Desktop.
Bridging windows and web applications using JSON
string json = orders.ToJSON();
webBrowser.Document.InvokeScript("LoadOrders", new string[] { json });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment