| ... | ... | @@ -0,0 +1,21 @@ |
| 1 | # zig-json |
| 2 |  |
| 3 | [](https://github.com/nektro/zig-json/blob/master/LICENSE) |
| 4 | [](https://discord.gg/P6Y4zQC) |
| 5 | |
| 6 | A JSON library for inspecting arbitrary values. |
| 7 | |
| 8 | ## Usage |
| 9 | See `src/main.zig` for an example. |
| 10 | |
| 11 | ## Building Example Program |
| 12 | ``` |
| 13 | $ zigmod fetch |
| 14 | $ zig build |
| 15 | ``` |
| 16 | |
| 17 | ## Built With |
| 18 | - Zig Master & [Zigmod Package Manager](https://github.com/nektro/zigmod) |
| 19 | |
| 20 | ## License |
| 21 | MIT |