From 77f139238ef84daefae80a9be6b708b669fcd3ce Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 29 Apr 2021 22:33:35 -0700 Subject: [PATCH] add README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md 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 -- 2.54.0