JsonFormatter is a simple online tool that provides JSON formatting and syntax highlighting. It helps you take raw, unreadable JSON data and transform it into well-structured and easy-to-read JSON code.
- JSON Formatting: Input raw JSON data and get well-formatted, indented JSON output.
- Syntax Highlighting: The tool highlights different components of the JSON for better readability.
- Minification: Optionally, you can also minify your JSON data.
- Web-Based: Access the tool online without any installation.
You can access the live JsonFormatter tool at https://a78738825.github.io/JsonFormatter
- Clone the JsonFormatter tool.
git clone https://github.com/a78738825/JsonFormatter - Check if Python is installed using
python --version.If not see Python Downloads - Run the Formatter
python jsonFormatter.py - Select options:
- "s" for automatic scan of json files in the Current Directory.
- "m" to enter the file name manually.
- The contents of the Json file will be formatted and saved to new file.
Contributions are welcome! If you find any bugs, want to improve the tool, or add new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
JsonFormatter is maintained by a78738825. Feel free to reach out if you have any questions or suggestions.
Enjoy well-formatted JSON! 🎉