Skip to content

ikewang/jsonon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonon

A json online viewer and formatter.

Featrue

  • format the json string into well looking.
  • verification json format and tell where the erroris.
  • compress json string to a single string.
  • highlight js value in different style by it's type.
  • fold and expand the object and array value.
  • fold all and expand all.
  • identify link tags to <a>...</a> .
  • diff two json, find the different between them.
  • save current json data to local.
  • all saved json lists view and fill data to current view and remove it.

develop and deploy

Some resources such as font and svg must be run at a server. I recommand to use webon

install webon

webon is help to develop and deploy a static site. run

npm install webon -g

configuration

You need to do some configuration with webon init

development

Just run

webon s

deploy

webon deploy

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.3%
  • HTML 20.2%
  • CSS 18.5%