JSONPath Online Evaluator Build Status

A playground for JSONPath

Requirements

  • ruby
  • node.js
  • yarn
  • grunt
  • bower

Build on your environment

Artifacts are placed under the dist.

  $ bundle install
  $ yarn install
  $ yarn run build
  $ yarn run serve

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