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.
- Host: GitHub
- URL: https://github.com/someordinarybro/jsonify
- Owner: SomeOrdinaryBro
- Created: 2024-08-06T13:07:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T12:42:30.000Z (almost 2 years ago)
- Last Synced: 2025-05-09T23:36:07.782Z (about 1 year ago)
- Topics: formatter, json
- Language: CSS
- Homepage: https://someordinarybro.github.io/JSONify/
- Size: 79.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!