An open API service indexing awesome lists of open source software.

https://github.com/apple-x-co/zig-jq

for learning
https://github.com/apple-x-co/zig-jq

zig

Last synced: 5 months ago
JSON representation

for learning

Awesome Lists containing this project

README

          

# zig-jq

## Build

```bash
zig build -Doptimize=ReleaseFast
```

## Run

```bash
zig build run -- sample.json
# OR echo "{\"a\": \"b\"}" | zig build run
```