mjson-server

0.4.4 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i mjson-server

Weekly Downloads

0

Version

0.4.4

License

none

Last publish

Collaborators

  • fkei