Skip to content

geoffles/jsonpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

JSONPP - Pretty print your JSON

This is a simple stream enabled JSON pretty printer that uses pure bash script.

Currently does not support any of {}[], in strings.

Installation

Copy to any location in your $PATH and allow exec permissions.

Usage

Piping: cat my.json | jsonpp

File indirection: jsonpp < my.json

TODO

Add escape support

About

Pure bash JSON pretty printer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages