A playground for JSONPath
- node.js
Artifacts placed under the dist.
$ npm install
$ npm run 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:latestDownload 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