Skip to content

pankaj-54666/jsonpath-online-evaluator

 
 

Repository files navigation

JSONPath Online Evaluator

A playground for JSONPath

Requirements

  • ruby
  • node.js
  • grunt
  • bower

Build on your environment

Artifacts are placed under the dist.

  $ bundle install
  $ npm install -g grunt
  $ npm install -g bower
  $ npm install
  $ bower install
  $ grunt build

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.0%
  • HTML 38.5%
  • CSS 5.3%
  • CoffeeScript 4.1%
  • Ruby 1.1%