Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 359 Bytes

File metadata and controls

11 lines (7 loc) · 359 Bytes

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.