No description
| example | ||
| tests | ||
| .envrc | ||
| .gitignore | ||
| CMakeLists.txt | ||
| flake.lock | ||
| flake.nix | ||
| json.c | ||
| json.h | ||
| README.md | ||
Json
A simple json stringifying library written in C out of frustration.
Heavily based on std.json.stringify.zig, because it's simple and effective.
See main.c for a usage example.