https://github.com/ashphy/jsonpath-online-evaluator
JSONPath Online Evaluator
https://github.com/ashphy/jsonpath-online-evaluator
jsonpath
Last synced: 2 months ago
JSON representation
JSONPath Online Evaluator
- Host: GitHub
- URL: https://github.com/ashphy/jsonpath-online-evaluator
- Owner: ashphy
- License: mit
- Created: 2015-02-07T14:06:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-12-30T13:41:35.000Z (3 months ago)
- Last Synced: 2026-01-03T06:46:01.986Z (3 months ago)
- Topics: jsonpath
- Language: TypeScript
- Homepage: https://jsonpath.com/
- Size: 1.31 MB
- Stars: 696
- Watchers: 13
- Forks: 149
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSONPath Online Evaluator [](https://github.com/ashphy/jsonpath-online-evaluator/actions/workflows/ci.yml)
A playground for [JSONPath](http://goessner.net/articles/JsonPath/)
## Requirements
- node.js
## Private Hosting
### Hosting static files
Download at [releases](https://github.com/ashphy/jsonpath-online-evaluator/releases).
### Run on docker
[Public docker image](https://hub.docker.com/r/ashphy/jsonpath-online-evaluator) is available
```bash
$ docker run -d -p 8080:80 ashphy/jsonpath-online-evaluator:latest
```
## Development
[](https://codespaces.new/ashphy/jsonpath-online-evaluator)
or on your local machine
```
$ npm install
$ npm run dev # Starting the dev server
$ npm run build # Building the static files
```
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## License
[MIT](http://opensource.org/licenses/MIT)
## Author
[Kazuki Hamasaki](http://ashphy.com)