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

https://github.com/dotnet-labs/jsonlabs

Working with JSON in .NET Core 3
https://github.com/dotnet-labs/jsonlabs

deserialization dotnet dotnetcore json serialization

Last synced: 3 months ago
JSON representation

Working with JSON in .NET Core 3

Awesome Lists containing this project

README

          

# Working with JSON in .NET Core 3

Buy Me a Coffee at ko-fi.com

## [Medium Post](https://codeburst.io/working-with-json-in-net-core-3-2fd1236126c1)

With the introduction of ASP.NET Core 3.0 the default JSON serializer has been changed from Newtonsoft.Json to the native System.Text.Json. In this blog post, we will go over some basic usages of JSON serialization and deserialization.

## License

Feel free to use the code in this repository as it is under MIT license.

Buy Me a Coffee at ko-fi.com