| 1 | # zig-json |
| 2 | |
| 3 |  |
| 4 | [](https://github.com/nektro/zig-json/blob/master/LICENSE) |
| 5 | [](https://github.com/sponsors/nektro) |
| 6 | [](https://ziglang.org/) |
| 7 | [](https://github.com/nektro/zigmod) |
| 8 | |
| 9 | A JSON library for inspecting arbitrary values. Optionally accepts trailing commas. |
| 10 | |
| 11 | Fully passes https://github.com/nst/JSONTestSuite. |
| 12 | |
| 13 | ## Usage |
| 14 | |
| 15 | See `test.zig` for examples. |
| 16 | |
| 17 | ## Building Example Program |
| 18 | |
| 19 | ``` |
| 20 | $ zigmod fetch |
| 21 | $ zig build test |
| 22 | ``` |