Skip to content

JBetts97/json-path-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

JSON Path Helper

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/


✨ Features

  • 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

πŸš€ Getting Started

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

🀝 Contributing

Contributions are welcome! Here’s how you can help:

  1. Fork the repository
  2. Create a new feature branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -m "Add my feature")
  4. Push to your fork (git push origin feature/my-feature)
  5. Open a Pull Request with a description of your changes

Issues, bug reports, and feature requests are also appreciated.


πŸ“œ License

This project is open-source and available under the MIT License.

About

A small web application which helps you copy the path to an attribute for a JSON object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages