Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / WPF

Working with Newtonsoft.Json in C# & VB

Rate me:
Please Sign up or sign in to vote.
4.99/5 (96 votes)
31 Oct 2022CPOL12 min read 375.5K   15.6K   250  
Working with simple JSON objects and collections to Custom Converters and Transformations into .NET classes - NewtonSoft.Json
In this article, we will see how to work with standard value types, custom value types, compress structures to types, and transform from the raw JSON data structure to class structures that support the needs of our applications.

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
Technical Lead
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions