After poking around the source code (so much easier than reading the documentation, eh?) JSON.NET does exactly what I want already:
JsonConvert.PopulateObject(string, object)
See Json.NET: Populate an Object
After poking around the source code (so much easier than reading the documentation, eh?) JSON.NET does exactly what I want already:
JsonConvert.PopulateObject(string, object)
See Json.NET: Populate an Object