Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 861 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 861 Bytes

.NET

JsonConverterDemo

Implementing custom serialization/deserialization with JsonConverters

In this repo, i m implementing custom serialization/deserialization with JsonConverters :

1️⃣ Using Json.Net library

2️⃣ Using System.Text.Json library

To run code in debug or release mode, type the following commands in your favorite terminal :

  • .\App.exe
  • .\App.exe default
  • .\App.exe json.net
  • .\App.exe system.text.json

JsonConverterDemoScreen

Tools : net 8.0, json.net, system.text.json, bullseye