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

https://github.com/someordinarybro/jsonify

JSONify is a simple web application designed to format JSON data into a more readable format. With JSONify, you can quickly and easily visualize and debug your JSON data.
https://github.com/someordinarybro/jsonify

formatter json

Last synced: 4 months ago
JSON representation

JSONify is a simple web application designed to format JSON data into a more readable format. With JSONify, you can quickly and easily visualize and debug your JSON data.

Awesome Lists containing this project

README

          

# JSONify

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

## How to Use

1. **Open JSONify**: Navigate to [JSONify](https://someordinarybro.github.io/JSONify_Codes/) in your web browser.

2. **Input JSON Data**:
- Paste or type your JSON data into the textarea on the left side of the page.

3. **Format JSON**:
- Click the **"Format JSON"** button located below the textarea.

4. **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.

## Development

To contribute or modify this project:

1. **Clone the Repository**:
```bash
git clone https://github.com/yourusername/JSONify.git
```

2. **Navigate to the Project Directory**:
```bash
cd JSONify
```

3. **Make Changes**: Edit the files as needed.

4. **Commit and Push**:
```bash
git add .
git commit -m "Describe your changes"
git push origin main
```

---

Thank you for using JSONify!