Skip to content

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.

Notifications You must be signed in to change notification settings

SomeOrdinaryBro/JSONify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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:

    git clone https://github.com/yourusername/JSONify.git
  2. Navigate to the Project Directory:

    cd JSONify
  3. Make Changes: Edit the files as needed.

  4. Commit and Push:

    git add .
    git commit -m "Describe your changes"
    git push origin main

Thank you for using JSONify!

About

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.

Topics

Resources

Stars

Watchers

Forks