https://github.com/nektro/zig-json
A JSON library for inspecting arbitrary values
https://github.com/nektro/zig-json
zig zig-package
Last synced: 10 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T06:11:18.000Z (12 months ago)
- Last Synced: 2025-03-18T12:50:46.170Z (11 months ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 114 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - nektro/zig-json - A JSON library for inspecting arbitrary values. (File format processing / Linker)
README
# zig-json

[](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