jsonpp
Advanced tools
A command to pretty print json from a pipe or file
Weekly downloads
Readme
A command to pretty print json from a pipe or file
Make sure nodejs is up to date
npm install -g jsonpp
echo '[42, 42]' | jsonpp
[
42,
42
]
echo '{"a": 42}' > tmp.json
jsonpp tmp.json
{
"a": 42
}
A command to pretty print json from a pipe or file
The npm package jsonpp receives a total of 114 weekly downloads. As such, jsonpp popularity was classified as not popular.
We found that jsonpp demonstrated a not healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.