authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:29:08 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:29:08 -07:00
log92dd6f67bbb52f060d5ac20719142b0211854290
tree5fb662ef91fea01ad8c4d2f1b656dc5ea3b185d9
parent79b6c3e475edfccb53b7fa81d6a137fc79c5dc70

ziginfra README sync


1 files changed, 4 insertions(+), 3 deletions(-)

README.md+4-3
...@@ -1,6 +1,10 @@...@@ -1,6 +1,10 @@
1# zig-json1# zig-json
2
2![loc](https://sloc.xyz/github/nektro/zig-json)3![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)4[![license](https://img.shields.io/github/license/nektro/zig-json.svg)](https://github.com/nektro/zig-json/blob/master/LICENSE)
5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
48
5A JSON library for inspecting arbitrary values. Optionally accepts trailing commas.9A JSON library for inspecting arbitrary values. Optionally accepts trailing commas.
610
...@@ -16,6 +20,3 @@ See `test.zig` for examples....@@ -16,6 +20,3 @@ See `test.zig` for examples.
16$ zigmod fetch20$ zigmod fetch
17$ zig build test21$ zig build test
18```22```
19
20## License
21MIT