Interactive JSON Path Finder 🧩
Access the application at JSONizer
JSONizer is an interactive tool designed to help users find JSON paths efficiently. With its user-friendly interface, it simplifies the process of navigating and extracting data from JSON files.
- Easily find JSON paths with an intuitive interface
- Interactive and user-friendly design
- Supports complex JSON structures
To use JSONizer, simply visit the hosted URL and start exploring your JSON files interactively.
To run JSONizer locally, follow these steps:
- Clone the repository:
git clone https://github.com/xspoilt-dev/jsonizer.git
- Navigate to the project directory:
cd jsonizer
- Install the required dependencies:
pip install streamlit
- Run the application:
streamlit run app.py
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.