Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nektro/zig-json

A JSON library for inspecting arbitrary values
https://github.com/nektro/zig-json

zig zig-package

Last synced: about 2 months ago
JSON representation

A JSON library for inspecting arbitrary values

Awesome Lists containing this project

README

        

# 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)

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