# json-beautifier
**Repository Path**: dkdmg/json-beautifier
## Basic Information
- **Project Name**: json-beautifier
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-07-20
- **Last Updated**: 2024-07-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## JSONBeautifier
This is a Burp Extension for beautifying JSON output. There exists a [python version](https://portswigger.net/bappstore/showbappdetails.aspx?uuid=ceed5b1568ba4b92abecce0dff1e1f2c) in the BApp Store at the moment. After some difficulties with Jython I opted to port it to Java.
#### Before
#### After
### Building
To build a jar file:
```sh
gradle fatJar
```