Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bimohxh/jsonon
A json online view
https://github.com/bimohxh/jsonon
json json-schema jsonbeauty jsonformat jsonverfiy
Last synced: about 2 months ago
JSON representation
A json online view
- Host: GitHub
- URL: https://github.com/bimohxh/jsonon
- Owner: bimohxh
- Created: 2017-01-11T11:58:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:43:56.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:55:17.488Z (5 months ago)
- Topics: json, json-schema, jsonbeauty, jsonformat, jsonverfiy
- Language: JavaScript
- Homepage: https://www.jsont.run/
- Size: 576 KB
- Stars: 250
- Watchers: 9
- Forks: 74
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsonon
A json online viewer and formatter.![](https://raw.githubusercontent.com/bimohxh/jsonon/master/img/logo.png)
## 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 `...` .
- save current json data to local.
- all saved json lists view and fill data to current view and remove it.
- switch between themes
- share to other online## develop and deploy
Some resources such as font and svg must be run at a server. I recommand to use [webon](https://github.com/bimohxh/webon)### install webon
[webon](https://github.com/bimohxh/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
[Apache License 2.0](http://choosealicense.online/licenses/apache-2.0/)