JSON Path Helper is a lightweight web app that makes it easier to navigate, explore, and generate JSONPath expressions for working with JSON data.
Itβs designed to help developers quickly find and extract values from complex JSON structures.
π Live demo available at:
π https://jbetts97.github.io/json-path-helper/
- Paste or load JSON data directly into the tool
- Highlight and test JSONPath queries interactively
- See matching results in real time
- Copy expressions for use in your code or pipelines
You donβt need to install anything β just open the app in your browser:
π https://jbetts97.github.io/json-path-helper/
If youβd like to run it locally:
git clone https://github.com/jbetts97/json-path-helper.git
cd json-path-helper
# if it's just static HTML/CSS/JS
open index.html
Contributions are welcome! Hereβs how you can help:
- Fork the repository
- Create a new feature branch (
git checkout -b feature/my-feature
) - Commit your changes (
git commit -m "Add my feature"
) - Push to your fork (
git push origin feature/my-feature
) - Open a Pull Request with a description of your changes
Issues, bug reports, and feature requests are also appreciated.
This project is open-source and available under the MIT License.