0.0.1 • Published 6 years ago

jsflat v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

jsflat

Flatten/unflatten nested Javascript objects in CLI

install

npm i -g jsflat

usage

Flatten

cat file.json | jsflat

Unflatten

cat file.json | jsunflat

You can use it with other tools like the awesome jq to syntax-highlight and pull out the bits you want:

Highlight

cat package.json| ./jsflat.js | jq .
0.0.1

6 years ago