Skip navigation.

Blog Archive

March 2013

Using Json.Net to deserialize for WebApi methods

March 15, 2013

Having battled with the problems of the default Json deserialiser in WebApi, I wanted to use Json.Net instead. The way I ultimately want to do this would be to pass the model in as a parameter and have it deserialized by Json.Net automatically, whic... Read more & comment