1# zig-json
2
3![loc](https://sloc.xyz/github/nektro/zig-json)
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.16-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
8
9A JSON library for inspecting arbitrary values. Optionally accepts trailing commas.
10
11Fully passes https://github.com/nst/JSONTestSuite.
12
13## Usage
14
15See `test.zig` for examples.
16
17## Building Example Program
18
19```
20$ zigmod fetch
21$ zig build test
22```