This Literate CoffeeScript program reads JSON from standard input and writes equivalent nicely-formatted JSON to standard output.
Define a couple of short variable names for the Node.js stdin and stdout members.
stdin = process.stdin
stdout = process.stdout