ShivrajRath/jsonabc

suggestion: support 'npx jsonabc < myfile.json'

Opened this issue · 2 comments

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
}

Thanks for the suggestion. Would it be possible for you to open a PR for this?

Not at this time. Sorry.