Click here to Skip to main content
15,885,366 members
Articles / Programming Languages / C#

Finding Typos and Usage of Obsolete Properties in JSON

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
26 Dec 2017CPOL6 min read 11.8K   25   4  
In this article, I'll describe how to find typos in JSON document which must be deserialized in a .NET object. Also, I'll show how to deal with obsolete properties.

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
Software Developer (Senior) Finstek
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions