authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-06-01 18:57:27 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-06-01 18:57:27 -07:00
loga1749ba0011fbc553e323277015ecb16c70303c9
tree9300356c5c6b0c46acbc6752d9089e6cac69f41b
parent2754216a8fbf5fcf95498157cfcf24832e8a2404

update README


1 files changed, 5 insertions(+), 7 deletions(-)

README.md+5-7
...@@ -2,22 +2,20 @@...@@ -2,22 +2,20 @@
2![loc](https://sloc.xyz/github/nektro/zig-json)2![loc](https://sloc.xyz/github/nektro/zig-json)
3[![license](https://img.shields.io/github/license/nektro/zig-json.svg)](https://github.com/nektro/zig-json/blob/master/LICENSE)3[![license](https://img.shields.io/github/license/nektro/zig-json.svg)](https://github.com/nektro/zig-json/blob/master/LICENSE)
44
5A JSON library for inspecting arbitrary values. Accepts trailing commas.5A JSON library for inspecting arbitrary values. Optionally accepts trailing commas.
6
7Fully passes https://github.com/nst/JSONTestSuite.
68
7## Usage9## Usage
810
9See `test.zig` for an example.11See `test.zig` for examples.
1012
11## Building Example Program13## Building Example Program
1214
13```15```
14$ zigmod fetch16$ zigmod fetch
15$ zig build17$ zig build test
16```18```
1719
18## Built With
19
20- Zig Master & [Zigmod Package Manager](https://github.com/nektro/zigmod)
21
22## License20## License
23MIT21MIT