Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tidwall/gjson-play
A playground for GJSON. Runs in the browser.
https://github.com/tidwall/gjson-play
Last synced: 3 months ago
JSON representation
A playground for GJSON. Runs in the browser.
- Host: GitHub
- URL: https://github.com/tidwall/gjson-play
- Owner: tidwall
- License: mit
- Created: 2016-12-15T13:36:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T22:14:09.000Z (over 1 year ago)
- Last Synced: 2024-10-28T11:56:26.448Z (4 months ago)
- Language: JavaScript
- Homepage: http://gjson.dev/
- Size: 5.17 MB
- Stars: 30
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GJSON Playground
A playground for [GJSON](https://github.com/tidwall/gjson).
Runs in the browser.[Live Demo](https://gjson.dev/)
## Build
```
make
```## Test
```
make serve
```Open http://localhost:8000/ to test.
## License
GJSON Playground is available under the [MIT License](https://github.com/tidwall/gjson-play/blob/master/LICENSE).