Skip to content

nektro/zig-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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