authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-04-29 22:33:35 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-04-29 22:33:35 -07:00
log77f139238ef84daefae80a9be6b708b669fcd3ce
treeb45668382e2bafa4d2e29cf1a68f79051960e80b
parent796fca3d255da3c835a9133d180d341c661e6cdb

add README


1 files changed, 21 insertions(+), 0 deletions(-)

README.md created+21
...@@ -0,0 +1,21 @@
1# 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)
4[![discord](https://img.shields.io/discord/551971034593755159.svg?logo=discord)](https://discord.gg/P6Y4zQC)
5
6A JSON library for inspecting arbitrary values.
7
8## Usage
9See `src/main.zig` for an example.
10
11## Building Example Program
12```
13$ zigmod fetch
14$ zig build
15```
16
17## Built With
18- Zig Master & [Zigmod Package Manager](https://github.com/nektro/zigmod)
19
20## License
21MIT