FluentJson.NET
FluentJson.NET copied to clipboard
Should be some way to pass JsonSerializer/settings before calling ToString/ToJson on a JsonObject/JsonValue
It looks like Ko.ToViewModel is using reflections and it's on method to create the JsonObject (rather then JObject), but ignore JsonIgnore/JsonInclude/DataContract attributes. This make FluentJson pretty useless for EntityObject's since...
Hey I am wondering what the difference between this and KO Mapping are. Instead of writing out my questions I posted all of them on stackoverflow ( http://stackoverflow.com/questions/11055336/how-to-use-knockout-js-with-asp-net-mvc-viewmodels) I am...
I get a AmbiguousMatchException when trying to use a mock in place of a real model when using fluentjson.knockout.toviewmodel.