jsoncheck-cli
0.1.3
dotnet tool install --global jsoncheck-cli --version 0.1.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local jsoncheck-cli --version 0.1.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=jsoncheck-cli&version=0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package jsoncheck-cli --version 0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
jsoncheck
Validate JSON from clipboard, file, or stdin.
Install (global tool)
dotnet tool install --global jsoncheck-cli
Usage
Clipboard
jsoncheck -c
File
jsoncheck -f path/to/file.json
Stdin (explicit)
jsoncheck - echo '{ "a": 1 }' | jsoncheck -
Disable colors
jsoncheck -c --no-color
Exit codes
0 = valid JSON
1 = invalid JSON
2 = usage / input error
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.