Skip to content

martinlindhe/validjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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