Tag Archives: Json.NET

How to Deserialize Derived Objects in Json.NET

Imagine you need to process some JSON that looks like this: Notice how the array contains similar objects, two vehicles. Each vehicle has a “type” property that identifies the specific type of vehicle. If we wanted to deserialize this into … Continue reading

Posted in Reference | Tagged , | Leave a comment