Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / JSON.NET

JSON.NET

JSON.NET

Great Reads

by _Noctis_
This will allow you to integrate your linqpad code easily to Visual Studio
by Graeme_Grant
How to deserialize very large simple & complex JSON Streams (.NET 6.0 & 7.0)
by Vitaly Tomilov
Using JSON.NET to deserialize collections of dynamic-type objects.
by Hamid Mosalla
Dynamically building JSON tree for use In JavaScript components using C#

Latest Articles

by _Noctis_
This will allow you to integrate your linqpad code easily to Visual Studio
by Graeme_Grant
How to deserialize very large simple & complex JSON Streams (.NET 6.0 & 7.0)
by Vitaly Tomilov
Using JSON.NET to deserialize collections of dynamic-type objects.
by Hamid Mosalla
Dynamically building JSON tree for use In JavaScript components using C#

All Articles

Sort by Score

JSON.NET 

by _Noctis_
This will allow you to integrate your linqpad code easily to Visual Studio
by Vitaly Tomilov
Using JSON.NET to deserialize collections of dynamic-type objects.
by Robert Bettinelli
Easy JSON Recursion in VB.NET with nested levels
by TarunSingla
How to extract field names from json?
by Shamas Imran, Muhammad N@beel
Convert Coordinate data to strings to be stored in database.
by Anis Derbel
We always wonder how we can store pictures in database
by Luke Vosyka
What if your Json contains a datetime value like "2018-11-23T20:56:05.3117673Z" and you need it to be in a BsonDocument as a proper BsonDateTime value?
by Aless Alessio
Serialize concrete classes that have interface properties
by Jinan Kordab
Tip for consuming raw JSON data
by Uladzislau Baryshchyk
Easy way to work with JSON file in C#/.NET