diff --git a/README.md b/README.md index a92af1f03ee1c666017c37622e2255ac9a805fe0..f21f3b7b9324db9a11f3b3148b23458824f71ece 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,20 @@ ![loc](https://sloc.xyz/github/nektro/zig-json) [![license](https://img.shields.io/github/license/nektro/zig-json.svg)](https://github.com/nektro/zig-json/blob/master/LICENSE) -A JSON library for inspecting arbitrary values. Accepts trailing commas. +A JSON library for inspecting arbitrary values. Optionally accepts trailing commas. + +Fully passes https://github.com/nst/JSONTestSuite. ## Usage -See `test.zig` for an example. +See `test.zig` for examples. ## Building Example Program ``` $ zigmod fetch -$ zig build +$ zig build test ``` -## Built With - -- Zig Master & [Zigmod Package Manager](https://github.com/nektro/zigmod) - ## License MIT