https://github.com/silentsoft/actlist-json-beautifier-plugin
Realtime JSON beautifier for convert json string.
https://github.com/silentsoft/actlist-json-beautifier-plugin
Last synced: 11 months ago
JSON representation
Realtime JSON beautifier for convert json string.
- Host: GitHub
- URL: https://github.com/silentsoft/actlist-json-beautifier-plugin
- Owner: silentsoft
- License: apache-2.0
- Created: 2020-12-02T00:05:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T04:40:46.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T00:14:16.387Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JSON Beautifier
[](https://github.com/silentsoft/actlist-json-beautifier-plugin/releases)
[](https://github.com/silentsoft/actlist-json-beautifier-plugin/blob/master/LICENSE.txt)
[](https://hits.sh/github.com/silentsoft/actlist-json-beautifier-plugin/)
## Features
- Convert minimized json string to pretty json string.
- Convert pretty json string to minimized json string.
## Packaging
```
$ mvn clean package
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please note we have a [CODE_OF_CONDUCT](https://github.com/silentsoft/actlist-json-beautifier-plugin/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
## License
Please refer to [LICENSE](https://github.com/silentsoft/actlist-json-beautifier-plugin/blob/master/LICENSE.txt) and [NOTICE](https://github.com/silentsoft/actlist-json-beautifier-plugin/blob/master/NOTICE.md).