Ecosyste.ms: Awesome

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

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 1 month ago
JSON representation

A JSON library for inspecting arbitrary values

Lists

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)
[![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