No description
Find a file
2025-10-09 15:06:47 +00:00
.envrc Initial commit 2025-04-02 12:52:45 +00:00
.gitignore Initial commit 2025-04-02 12:52:45 +00:00
CMakeLists.txt Initial commit 2025-04-02 12:52:45 +00:00
flake.lock Initial commit 2025-04-02 12:52:45 +00:00
flake.nix Initial commit 2025-04-02 12:52:45 +00:00
json.c Add documentation 2025-10-09 15:06:47 +00:00
json.h Initial commit 2025-04-02 12:52:45 +00:00
main.c Initial commit 2025-04-02 12:52:45 +00:00
README.md Add attribution to 2025-04-02 12:57:18 +00:00

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.