Jsonpath online evaluator
JSONPath Online Evaluator
A playground for [JSONPath](http://goessner.net/articles/JsonPath/) The project is written primarily in TypeScript, distributed under the MIT License license, first published in 2015. Key topics include: jsonpath.
Latest release: v3.5.2
March 4, 2026View Changelog →
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
bash$ 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
License
Author
Contributors
Showing top 4 contributors by commit count.
This article is auto-generated from ashphy/jsonpath-online-evaluator via the GitHub API.Last fetched: 6/21/2026
