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
                    
if you are setting up this repo
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
                    
nuke :add-package jsoncheck-cli --version 0.1.3
                    

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 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.

Version Downloads Last Updated
0.1.3 142 1/15/2026
0.1.2 113 1/15/2026
0.1.1 117 1/15/2026