A playground for JSONPath
- node.js
Artifacts placed under the build
.
$ npm install
$ npm start # Starting the dev server
$ npm run build # Building the static files
Public docker image is available
$ docker run -d -p 8080:80 ashphy/jsonpath-online-evaluator:latest
Download at releases.
- 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