Dynamic Deserialization using JsonConverter
This post is the continuation from the previous post. The previous post was in regard to casting the object dynamically. This post will explain how to deserialize dynamically from Json object I have a json that…