It is a simple wrapper around itchyny/gojq, compiled to WASM, with a simple web UI for live edits. Its main goal is to test your queries before using them with gojq or jq (be warned of the differences).
- Select a JSON file with the file input
- Compose your query
- You have the result on the right editor.
- Go 1.26
- Make
- go-licenses
go install github.com/google/go-licenses@latest - Docker or a static web server
Run
make build-gojqThen you can copy the front folder to your static web server to serve it.
Run
make dockerNow you can run the image with
docker run -p 8080:80 -d ghcr.io/entrivax/gojq-web