This repository contains a set of MSBuild tasks for handling JSON in the build process. These tasks are not intended to replace existing tasks such as JsonPeek and JsonPoke, but at the time of writing no alternatives could be found.
Due to the support of the JsonSchema.Net package, only recent drafts of json schema are supported.
dotnet restore --interactive
dotnet build
dotnet test
dotnet new