Skip to content

Instantly share code, notes, and snippets.

@rodrimaia
Created March 21, 2014 17:00
Show Gist options
  • Save rodrimaia/9690710 to your computer and use it in GitHub Desktop.
Save rodrimaia/9690710 to your computer and use it in GitHub Desktop.
convert Model to js #mvc #js
var model = @Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(Model));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment