An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# JSON Beautifier

[![release](https://shields.io/github/v/release/silentsoft/actlist-json-beautifier-plugin?display_name=tag)](https://github.com/silentsoft/actlist-json-beautifier-plugin/releases)
[![license](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/silentsoft/actlist-json-beautifier-plugin/blob/master/LICENSE.txt)
[![Hits](https://hits.sh/github.com/silentsoft/actlist-json-beautifier-plugin.svg)](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).