Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karenpayneoregon/unit-test-json

For article on unit testing json
https://github.com/karenpayneoregon/unit-test-json

csharp-core json unit-testing

Last synced: 17 days ago
JSON representation

For article on unit testing json

Awesome Lists containing this project

README

        

![img](assets/title_1.png)
# Basic unit test for deserialize and serializing common Json using System.Text.Json

Learn how to work with [System.Text.Json](https://docs.microsoft.com/en-us/dotnet/api/system.text.json?view=net-5.0) which is an option rather than [NewtonSoft.Json](https://www.newtonsoft.com/json) in the article link below.

# Read Article

[Article](https://github.com/karenpayneoregon/unit-test-json/blob/master/article_1.md) Basic unit test for deserialize and serializing common Json using System.Text.Json.

## See also

[Working with appsettings.json](https://github.com/karenpayneoregon/appsettings-basics/tree/AccessSqEntity) repository