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 @@
22![loc](https://sloc.xyz/github/nektro/zig-json)
33[![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
79## Usage
810
9See `test.zig` for an example.
11See `test.zig` for examples.
1012
1113## Building Example Program
1214
1315```
1416$ zigmod fetch
15$ zig build
17$ zig build test
1618```
1719
18## Built With
19
20- Zig Master & [Zigmod Package Manager](https://github.com/nektro/zigmod)
21
2220## License
2321MIT