Blackwood.System.Text.Json Assembly
This assembly is collection of utilitites specific to the System.Text.Json serializer/deserializer. For projects that use the NewtonSoft JSON.NET tools, a different framework can be used.
Getting Started
Download Microsoft development tools
If you working on Windows, download Visual Studio 2019 Community Edition to get started. This version is free for personal use.
To get started on Mac and Linux, you can download .NET Core 3.0.
Download
Documentation
The documentation can be found at https://randym32.github.io/Blackwood.System.Text.Json
Browser configuration notes
The documentation, when browsed from a local filesystem, may require tweaking the browser.
Firefox
Go to about:config and make change to the following:
- security.fileuri.strict_origin_policy set to false
- privacy.file_unique_origin set to false
Chrome
You can not use Chrome with a local file system. You can, however, use an extension like "Web Server for Chrome"
Contributing
View the Blackwood.System.Text.Json GitHub Project for information on contributing.