Skip to content

a78738825/JsonFormatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonFormatter

GitHub License GitHub stars GitHub forks GitHub issues

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.

Features

  • 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.

Demo

You can access the live JsonFormatter tool at https://a78738825.github.io/JsonFormatter

Usage

  1. Clone the JsonFormatter tool.
    git clone https://github.com/a78738825/JsonFormatter
    
  2. Check if Python is installed using python --version.If not see Python Downloads
  3. Run the Formatter python jsonFormatter.py
  4. Select options:
    • "s" for automatic scan of json files in the Current Directory.
    • "m" to enter the file name manually.
  5. The contents of the Json file will be formatted and saved to new file.

Contributions

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.

License

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! 🎉

About

Format a Json file from Command Line using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages