validjson

command module
v0.0.0-...-5609c39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 8 Imported by: 0

README

About

Command line tool to validate and pretty-print JSON syntax of input files.

Installation

Windows and macOS binaries are available under Releases

Or install from source:

go install github.com/martinlindhe/validjson@latest

Usage

Exit code will be 0 if file is good.

$ validjson file.json
OK: file.json

$ curl http://site.com/file.json | validjson
OK: -

Pretty-print

$ validjson -p file.json

screenshot

License

Under MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL