Click here to Skip to main content
15,885,810 members
Everything / JSON.NET

JSON.NET

JSON.NET

Great Reads

by thangchung
Learn to organize clean architecture to modular patterns
by Graeme_Grant
Working with simple JSON objects and collections to Custom Converters and Transformations into .NET classes - System.Text.Json
by Michael Doleman
A simple DAL with an integrated, lightweight model for database seeding from a JSON source, using the code-first method in Entity Framework.
by Hamid Mosalla
Dynamically building JSON tree for use In JavaScript components using C#

Latest Articles

by Graeme_Grant
How to deserialize very large simple & complex JSON Streams (.NET 6.0 & 7.0)
by Graeme_Grant
Working with simple JSON objects and collections to Custom Converters and Transformations into .NET classes - System.Text.Json
by Graeme_Grant
Working with simple JSON objects and collections to Custom Converters and Transformations into .NET classes - NewtonSoft.Json
by Uladzislau Baryshchyk
Easy way to work with JSON file in C#/.NET

All Articles

Sort by Score

JSON.NET 

5 Sep 2016 by Aless Alessio
Serialize concrete classes that have interface properties
16 Mar 2017 by Robert Bettinelli
Easy JSON Recursion in VB.NET with nested levels
23 Nov 2018 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?
8 May 2015 by _Noctis_
This will allow you to integrate your linqpad code easily to Visual Studio
4 Aug 2013 by Vitaly Tomilov
Using JSON.NET to deserialize collections of dynamic-type objects.
5 Aug 2014 by Anis Derbel
We always wonder how we can store pictures in database
10 Nov 2014 by Jinan Kordab
Tip for consuming raw JSON data
9 Mar 2017 by TarunSingla
How to extract field names from json?
14 Mar 2021 by Uladzislau Baryshchyk
Easy way to work with JSON file in C#/.NET
28 Oct 2014 by Shamas Imran, Muhammad N@beel
Convert Coordinate data to strings to be stored in database.