JSON Path Finder is a user-friendly tool designed to simplify the process of finding JSON paths within a document. It provides an intuitive interface where you can paste a JSON document and click on any property. The tool will then calculate and display the JSON path for the selected value.
You can access a live demo of the JSON Path Finder at https://rascmatt.github.io/.
- Open the JSON Path Finder in your browser.
 - Paste your JSON document into the provided text area.
 - Click on any property within the pasted JSON document.
 - The tool will calculate and display the JSON path for the selected property.
 
To run JSON Path Finder on your local machine, follow these steps:
- Clone the repository to your local machine.
 - Navigate to the project directory.
 - Install the necessary dependencies by running 
npm install. - Start the development server by running 
ng serve. - Open your browser and navigate to 
http://localhost:4200/. 
The application will automatically reload if you change any of the source files.
To build the project, run ng build. The build artifacts will be stored in the dist/ directory.
- To execute unit tests, run 
ng test. The tests are executed via Karma. - To execute end-to-end tests, run 
ng e2e. You need to first add a package that implements end-to-end testing capabilities to use this command. 
For more help on the Angular CLI, use ng help or check out the Angular CLI Overview and Command Reference page.
