This is a simple stream enabled JSON pretty printer that uses pure bash script.
Currently does not support any of {}[],
in strings.
Copy to any location in your $PATH and allow exec permissions.
Piping: cat my.json | jsonpp
File indirection: jsonpp < my.json
Add escape support