Skip to content

CodeLoversAt/node-json-prettyprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-json-prettyprint

Tiny Node.js app for pretty-printing JSON data

Usage

  1. Start app npm start
  2. Go to http://localhost:3000
  3. Enter your JSON data into the big textarea
  4. 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.

License

MIT

About

Tiny Node.js app for pretty-printing JSON data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published