Skip to content

fkei/mjson-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mjson-server

You can run the mjson via a browser.

Overview

  • Output a formatted neatly JSON.
  • Eliminates comments in JSON using JSON.minify.
  • When JSON parse error occur, show error message of jsonlint and syntaxhighlight.

install

$ npm install mjson-server -g
$ mjson-server
Express server listening on port 3000

Browser access: http://0.0.0.0:3000/

ScreenShots

top page

error

source install

$ git checkout https://github.com/fkei/mjson-server.git
$ cd mjson-server
$ npm install .
$ node app
Express server listening on port 3000

Browser access: http://0.0.0.0:3000/

License

The MIT License (MIT)

Bitdeli Badge

About

You can run the mjson via a browser.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published