An open API service indexing awesome lists of open source software.

https://github.com/aimenux/jsonconverterdemo

Implementing custom serialization/deserialization with JsonConverters
https://github.com/aimenux/jsonconverterdemo

bullseye jsonconverter net80 newtonsoft-json system-text-json webapi

Last synced: over 1 year ago
JSON representation

Implementing custom serialization/deserialization with JsonConverters

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/JsonConverterDemo/actions/workflows/ci.yml/badge.svg)](https://github.com/aimenux/JsonConverterDemo/actions/workflows/ci.yml)

# JsonConverterDemo
```
Implementing custom serialization/deserialization with JsonConverters
```

> In this repo, i m implementing custom serialization/deserialization with JsonConverters :
>
> :one: Using [Json.Net library](https://www.newtonsoft.com/json)
>
> :two: Using [System.Text.Json library](https://docs.microsoft.com/en-us/dotnet/api/system.text.json)
>
> 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](Screenshots/JsonConverterDemoScreen.png)
>

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