| ... | @@ -2,22 +2,20 @@ | ... | @@ -2,22 +2,20 @@ |
| 2 |  | 2 |  |
| 3 | [](https://github.com/nektro/zig-json/blob/master/LICENSE) | 3 | [](https://github.com/nektro/zig-json/blob/master/LICENSE) |
| 4 | | 4 | |
| 5 | A JSON library for inspecting arbitrary values. Accepts trailing commas. | 5 | A JSON library for inspecting arbitrary values. Optionally accepts trailing commas. |
| | 6 | |
| | 7 | Fully passes https://github.com/nst/JSONTestSuite. |
| 6 | | 8 | |
| 7 | ## Usage | 9 | ## Usage |
| 8 | | 10 | |
| 9 | See `test.zig` for an example. | 11 | See `test.zig` for examples. |
| 10 | | 12 | |
| 11 | ## Building Example Program | 13 | ## Building Example Program |
| 12 | | 14 | |
| 13 | ``` | 15 | ``` |
| 14 | $ zigmod fetch | 16 | $ zigmod fetch |
| 15 | $ zig build | 17 | $ zig build test |
| 16 | ``` | 18 | ``` |
| 17 | | 19 | |
| 18 | ## Built With | | |
| 19 | | | |
| 20 | - Zig Master & [Zigmod Package Manager](https://github.com/nektro/zigmod) | | |
| 21 | | | |
| 22 | ## License | 20 | ## License |
| 23 | MIT | 21 | MIT |