This package has been deprecated

Author message:

Obsolete, use jq instead.

json-tidy

1.0.2 • Public • Published

view on npm npm module downloads per month Dependency Status js-standard-style

json-tidy

Prettify JSON at the command line.

echo '{"name": "Floyd", "car": "Bugatti Veyron"}' | json-tidy
{
  "name""Floyd",
  "car""Bugatti Veyron"
}

Readme

Keywords

Package Sidebar

Install

npm i json-tidy

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • 75lb