suggestion: support 'npx jsonabc < myfile.json'
Opened this issue · 2 comments
docwhat commented
Suggestion! Support using jsonabc
as a command line tool, such as via npx
.
Example usage:
$ echo '{ "c": 0, "b": 1, "a": 0 }' | npx jsonabc
{
"a": 0,
"b": 1,
"c": 0
}
ShivrajRath commented
Thanks for the suggestion. Would it be possible for you to open a PR for this?
docwhat commented
Not at this time. Sorry.