Json validation for older PowerShell.
Test-Json is not implemented for Powershell 5.1, however there are many Powershell modules out there that do not support Powershell 6.0+, this module fills that gap. The version of the function in this module is a direct drop-in replacement for the official Test-Json, accepting the exact same parameters.
The project relies on the NJsonSchema nugget package.
Functional MVPInvoke-Build build and package processManual Publish to PSGalleryGitHub Actions CICI required on PRsGitHub Actions CD w/psgallery publish and GitHub ArtifactsPester Unit TestingHelp docs with platyPS- Add documentation update to CI process
- Add Code coverage report