Skip to content

goserg/jat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON-CAT

GitHub Workflow Status GitHub Workflow Status

Simple cli json prettifier with syntax highlighting

Installation

$ go install github.com/goserg/jat@latest

Usage

with args

$ jat examples/test1.json

or with pipe

$ cat examples/test1.json | jat

or in interactive mode

$ jat

interactive mode