json-logger
Super simple logger (similar to debug) prints newline delimited json to stdout.
Usage
var log = user: 'foobar'; ;// will log// { type; 'critical error', message: 'you failed', user: 'foobar' }
See the examples folder for usage the output is tested there as well...