No description
  • TypeScript 54.4%
  • JavaScript 36.9%
  • CSS 4.3%
  • PEG.js 3.2%
  • HTML 1%
  • Other 0.2%
Find a file
Kazuki Hamasaki 803c7eb1cf
Some checks failed
CI / build (push) Has been cancelled
Merge pull request #114 from ashphy/dependabot/npm_and_yarn/tar-7.5.10
Bump tar from 7.5.9 to 7.5.10
2026-03-06 23:27:06 +09:00
.devcontainer Implements RFC9535 2025-01-05 17:46:11 +09:00
.github Potential fix for code scanning alert no. 1: Workflow does not contain permissions 2026-03-04 22:45:31 +09:00
.vscode Implements RFC9535 2025-01-05 17:46:11 +09:00
infra chor: Updated cross region reference lambda for EOL of Node.js 20 2025-12-30 22:38:45 +09:00
public Implements RFC9535 2025-01-05 17:46:11 +09:00
src feat: Ignore json with comment 2025-09-16 00:06:54 +09:00
.dockerignore add docker image 2020-04-25 21:28:23 +09:00
.editorconfig Initial commit 2015-02-09 01:13:45 +09:00
.gitattributes Initial commit 2015-02-09 01:13:45 +09:00
.gitignore Implements RFC9535 2025-01-05 17:46:11 +09:00
components.json Implements RFC9535 2025-01-05 17:46:11 +09:00
Dockerfile Implements RFC9535 2025-01-05 17:46:11 +09:00
eslint.config.js Update vite and react 2025-09-14 16:06:06 +09:00
index.html Implements RFC9535 2025-01-05 17:46:11 +09:00
LICENSE Initial commit 2015-02-07 23:06:33 +09:00
package-lock.json Bump tar from 7.5.9 to 7.5.10 2026-03-06 13:30:12 +00:00
package.json update(jsonpath-js, jsonpath-plus): bump versions to 0.3.1 and 10.4.0 2026-03-04 22:41:02 +09:00
postcss.config.js Update tailwind and shadcn/ui 2025-09-14 18:40:27 +09:00
README.md Implements RFC9535 2025-01-05 17:46:11 +09:00
tsconfig.app.json Update vite and react 2025-09-14 16:06:06 +09:00
tsconfig.json Implements RFC9535 2025-01-05 17:46:11 +09:00
tsconfig.node.json Update vite and react 2025-09-14 16:06:06 +09:00
vite.config.ts Update tailwind and shadcn/ui 2025-09-14 18:40:27 +09:00

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