An implementation of a serializer using System.Text.Json
$ dotnet add package OSK.Serialization.Json.SystemTextJsonThe library provides an integration of an IJsonSerializer that utilizes the System.Text.Json namespace. This serializer can be accessed via dependency injection or by creating a new SystemTextJsonSerializer.
Dependency injection can be added using the AddSystemTextJsonSerialization service collection extension.
Any and all contributions are appreciated! Please be sure to follow the branch naming convention OSK-{issue number}-{deliminated}-{branch}-{name} as current workflows rely on it for automatic issue closure. Please submit issues for discussion and tracking using the github issue tracker.