Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/karenpayneoregon/unit-test-json
- Owner: karenpayneoregon
- Created: 2021-07-30T23:51:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T14:30:06.000Z (about 2 years ago)
- Last Synced: 2024-11-30T19:23:42.062Z (3 months ago)
- Topics: csharp-core, json, unit-testing
- Language: C#
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
![img](assets/title_1.png)
# Basic unit test for deserialize and serializing common Json using System.Text.JsonLearn 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