# zgjq
Zig implementation of [jq](https://jqlang.org/).

## Build
### Requirements
- zig 0.15.x
- [just](https://github.com/casey/just)
### Steps
```
$ just build
```
## Test
```
$ just test
```
## License
See [LICENSE.md](./LICENSE.md).
