8000 GitHub - ashphy/jsonpath-online-evaluator: JSONPath Online Evaluator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ashphy/jsonpath-online-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 a title=".gitattributes" aria-label=".gitattributes, (File)" class="Link--primary" href="/ashphy/jsonpath-online-evaluator/blob/master/.gitattributes">.gitattributes
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONPath Online Evaluator CI

A playground for JSONPath

Requirements

  • node.js

Private Hosting

Hosting static files

Download at releases.

Run on docker

Public docker image is available

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

Development

Open in GitHub Codespaces

or on your local machine

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

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

0