- JSON Formatting: Converts raw JSON data into a human-readable format with proper indentation.
- Error Handling: Displays an error message if the input JSON data is invalid.
-
Open JSONify: Navigate to JSONify in your web browser.
-
Input JSON Data:
- Paste or type your JSON data into the textarea on the left side of the page.
-
Format JSON:
- Click the "Format JSON" button located below the textarea.
-
View the Result:
- The formatted JSON will appear on the right side of the page in a readable format.
- If there is an error with the JSON data, an "Invalid JSON" message will be displayed.
To contribute or modify this project:
-
Clone the Repository:
git clone https://github.com/yourusername/JSONify.git
-
Navigate to the Project Directory:
cd JSONify
-
Make Changes: Edit the files as needed.
-
Commit and Push:
git add . git commit -m "Describe your changes" git push origin main
Thank you for using JSONify!