Click here to Skip to main content
15,891,513 members
Articles / Programming Languages / Visual Basic

Deserializing Json Streams using Newtonsoft.Json & System.Text.Json with C# & VB

Rate me:
Please Sign up or sign in to vote.
4.92/5 (6 votes)
16 Nov 2022CPOL24 min read 23.3K   25  
How to deserialize very large simple & complex JSON Streams (.NET 6.0 & 7.0)
In this article, you will get an in-depth understanding of deserializing very large simple & complex Json Streams using both Newtonsoft.Json & System.Text.Json in C# and VB based on a real-life application migration requirement.

Views

Daily 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