| ... | @@ -1,6 +1,10 @@ | ... | @@ -1,6 +1,10 @@ |
| 1 | # zig-json | 1 | # zig-json |
| | 2 | |
| 2 |  | 3 |  |
| 3 | [](https://github.com/nektro/zig-json/blob/master/LICENSE) | 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 | A JSON library for inspecting arbitrary values. Optionally accepts trailing commas. | 9 | A JSON library for inspecting arbitrary values. Optionally accepts trailing commas. |
| 6 | | 10 | |
| ... | @@ -16,6 +20,3 @@ See `test.zig` for examples. | ... | @@ -16,6 +20,3 @@ See `test.zig` for examples. |
| 16 | $ zigmod fetch | 20 | $ zigmod fetch |
| 17 | $ zig build test | 21 | $ zig build test |
| 18 | ``` | 22 | ``` |
| 19 | | | |
| 20 | ## License | | |
| 21 | MIT | | |