Kitty2014 / jsonpath-online-evaluator

JSONPath Online Evaluator

Home Page:https://jsonpath.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONPath Online Evaluator Build Status

A playground for JSONPath

Requirements

  • node.js

Build on your environment

Artifacts placed under the dist.

  $ npm install
  $ npm run start # Starting the dev server
  $ npm run build # Building the static files

Run on docker

Build Status

Public docker image is available

 $ docker run -d -p 8080:80 ashphy/jsonpath-online-evaluator:latest

Hosting static files

Download at releases.

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

Author

Kazuki Hamasaki

About

JSONPath Online Evaluator

https://jsonpath.com/

License:MIT License


Languages

Language:HTML 64.5%Language:JavaScript 26.9%Language:CSS 7.2%Language:Dockerfile 1.4%