stoshiya / express-prettify

express middleware to send pretty printed json
MIT License
18 stars 2 forks source link

why not use build in prettifier #2

Open adardesign opened 5 years ago

adardesign commented 5 years ago

Why not use the native built in: app.set('json spaces', 2);

stoshiya commented 5 years ago

Because I'd like to switch server response behavior with url parameter.