JSONPath Online Evaluator
A playground for JSONPath
Requirements
- node.js
Build on your environment
Artifacts placed under the build
.
$ npm install
$ npm start # Starting the dev server
$ npm run build # Building the static files
Run on docker
Public docker image is available
$ docker run -d -p 8080:80 ashphy/jsonpath-online-evaluator:latest
Hosting static files
Download at releases.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D