| ... | ... | @@ -1,6 +1,10 @@ |
| 1 | 1 | # zig-json |
| 2 | |
| 2 | 3 |  |
| 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) |
| 4 | 8 | |
| 5 | 9 | A JSON library for inspecting arbitrary values. Optionally accepts trailing commas. |
| 6 | 10 | |
| ... | ... | @@ -16,6 +20,3 @@ See `test.zig` for examples. |
| 16 | 20 | $ zigmod fetch |
| 17 | 21 | $ zig build test |
| 18 | 22 | ``` |
| 19 | | |
| 20 | | ## License |
| 21 | | MIT |