How to I get Json.NET to throw an exception when JSON doesn't contain a property, which is a member of the object (during deserialization)?
ie, i'm looking for the inverse functionality to JsonSerializerSettings.MissingMemberHandling.
Edit / Solution from DBC: use Json.NET require all properties on deserialization Json.NET require all properties on deserialization