Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashphy/jsonpath-online-evaluator
JSONPath Online Evaluator
https://github.com/ashphy/jsonpath-online-evaluator
jsonpath
Last synced: 3 months ago
JSON representation
JSONPath Online Evaluator
- Host: GitHub
- URL: https://github.com/ashphy/jsonpath-online-evaluator
- Owner: ashphy
- License: mit
- Created: 2015-02-07T14:06:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T12:25:25.000Z (over 1 year ago)
- Last Synced: 2024-02-11T19:06:06.193Z (9 months ago)
- Topics: jsonpath
- Language: TypeScript
- Homepage: https://jsonpath.com/
- Size: 2.42 MB
- Stars: 586
- Watchers: 12
- Forks: 138
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSONPath Online Evaluator [![CI](https://github.com/ashphy/jsonpath-online-evaluator/actions/workflows/ci.yml/badge.svg)](https://github.com/ashphy/jsonpath-online-evaluator/actions/workflows/ci.yml)
A playground for [JSONPath](http://goessner.net/articles/JsonPath/)## Requirements
- node.js## Build on your environment
Artifacts placed under the `build`.```
$ npm install
$ npm start # Starting the dev server
$ npm run build # Building the static files
```## Run on docker
[Public docker image](https://hub.docker.com/r/ashphy/jsonpath-online-evaluator) is available
```bash
$ docker run -d -p 8080:80 ashphy/jsonpath-online-evaluator:latest
```## Hosting static files
Download at [releases](https://github.com/ashphy/jsonpath-online-evaluator/releases).
## 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](http://opensource.org/licenses/MIT)## Author
[Kazuki Hamasaki](http://ashphy.com)