express-prettify
express-prettify copied to clipboard
why not use build in prettifier
Why not use the native built in:
app.set('json spaces', 2);
Because I'd like to switch server response behavior with url parameter.