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.
- Newtonsoft
- System.Text.Json
- Generated System.Text.Json
Modify or replace Book.cs to measure the effects for your own case.