Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 450 Bytes

zig-json

loc license

A JSON library for inspecting arbitrary values. Optionally accepts trailing commas.

Fully passes https://github.com/nst/JSONTestSuite.

Usage

See test.zig for examples.

Building Example Program

$ zigmod fetch
$ zig build test

License

MIT