diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..29cc485de39fc4ffed381bbbba335b06f608732e --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# zig-json +![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) +[![discord](https://img.shields.io/discord/551971034593755159.svg?logo=discord)](https://discord.gg/P6Y4zQC) + +A JSON library for inspecting arbitrary values. + +## Usage +See `src/main.zig` for an example. + +## Building Example Program +``` +$ zigmod fetch +$ zig build +``` + +## Built With +- Zig Master & [Zigmod Package Manager](https://github.com/nektro/zigmod) + +## License +MIT