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
- Host: GitHub
- URL: https://github.com/dotnet-labs/jsonlabs
- Owner: dotnet-labs
- License: mit
- Created: 2020-07-09T03:50:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T17:47:26.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T01:39:49.532Z (9 months ago)
- Topics: deserialization, dotnet, dotnetcore, json, serialization
- Language: C#
- Homepage:
- Size: 159 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Working with JSON in .NET Core 3

## [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.