aboutsummaryrefslogtreecommitdiffhomepage
# zgjq

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

![Logo](./assets/logo_仮.png)


## Build

### Requirements

- zig 0.16.x
- [just](https://github.com/casey/just)

### Steps

```
$ just build
```


## Test

```
$ just test
```


## License

See [LICENSE.md](./LICENSE.md).