Click here to Skip to main content
15,893,487 members
Articles / Programming Languages / C#

Nested Polymorphic Deserializer using JSON.Net and Generics

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
5 Oct 2020CPOL4 min read 12.1K   103   1  
How to deserialize a JSON string that contains nested polymorphic objects
How I went about deserializing UISchema JSON from the JSONForms.io Person example code using Generics.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Product Manager
Australia Australia
I started working with Dot Net Framework 1.1 in 2002 and have used every version since that time.
Since 2009, I have been developing against the SharePoint stack as well as dabbling in WebAPI, Javascript frameworks and other things that spike my interest.

Comments and Discussions