json-to-js
v1.0.2
Published
Convert JSON to JS and output to stdout
Readme
json-to-js
Got JSON but want JS?
Installation:
npm i -g json-to-jsOptions:
--help/-h Display this message
--spaces=2 Provide the indentation in spacesUsefulnesses
Ever copied JSON just to reindent and format it to JS? Add this command as an
alias to your .bashrc/whatever you use for that stuff:
pbpaste | json-to-js | pbcopy