0.1.1 • Published 9 years ago

json-cleaner-cli v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

json-cleaner-cli

Build Status npm version Dependencies

CLI utility for cleaning improper .json files.

Installation

npm install -g json-cleaner-cli

Usage

json-cleaner-cli <input> <output>

# Aliases
json-cleaner <input> <output>
jc <input> <output>

# Example:
jc dirty.json clean.json

License

Copyright (c) 2015 Alexander Martin

MIT (http://www.opensource.org/licenses/mit-license.php)