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 2 months ago
JSON representation
A JSON library for inspecting arbitrary values
- Host: GitHub
- URL: https://github.com/nektro/zig-json
- Owner: nektro
- License: mit
- Created: 2021-04-30T05:34:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T10:13:58.000Z (about 2 months ago)
- Last Synced: 2024-10-27T11:36:56.451Z (about 2 months ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 106 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - nektro/zig-json
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