Tiny Node.js app for pretty-printing JSON data
- Start app
npm start
- Go to
http://localhost:3000
- Enter your JSON data into the big textarea
- Click Prettify
The response will contain the prettified JSON data with Content-Type: application/json
. If you use an extension like JSON Formatter for Google Chrome you can directly inspect your JSON in the browser. If you don't have such an extension, you will just see the well formatted JSON.