No description
- TypeScript 54.4%
- JavaScript 36.9%
- CSS 4.3%
- PEG.js 3.2%
- HTML 1%
- Other 0.2%
|
|
||
|---|---|---|
| .devcontainer | ||
| .github | ||
| .vscode | ||
| infra | ||
| public | ||
| src | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| components.json | ||
| Dockerfile | ||
| eslint.config.js | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
JSONPath Online Evaluator 
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
or on your local machine
$ npm install
$ npm run dev # Starting the dev server
$ npm run build # Building the static files
Contributing
- 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