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"
}

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i json-tidy

    Weekly Downloads

    4

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • 75lb