Skip to content

netwatwezoeken/jsonbenchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json (de)serialization benchmarking

Source code accompanying https://blog.netwatwezoeken.nl/source-generation-in-system-text/

The project contains three json (de)serialization methods and that are compared in a benchmark.

  1. Newtonsoft
  2. System.Text.Json
  3. Generated System.Text.Json

Modify or replace Book.cs to measure the effects for your own case.