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
- Host: GitHub
- URL: https://github.com/aimenux/jsonconverterdemo
- Owner: aimenux
- License: mit
- Created: 2021-08-16T11:48:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T22:02:49.000Z (over 1 year ago)
- Last Synced: 2025-01-10T00:24:32.601Z (over 1 year ago)
- Topics: bullseye, jsonconverter, net80, newtonsoft-json, system-text-json, webapi
- Language: C#
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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`
>
>
> 
>
**`Tools`** : net 8.0, json.net, system.text.json, bullseye