No description
Find a file
2026-06-05 15:16:02 +00:00
example Allow specifying whether top level elements should be comma separated 2026-06-05 15:16:02 +00:00
tests Allow specifying whether top level elements should be comma separated 2026-06-05 15:16:02 +00:00
.envrc Initial commit 2025-04-02 12:52:45 +00:00
.gitignore Flesh out the repository with example and tests 2025-10-09 15:07:32 +00:00
CMakeLists.txt Add compile commands 2026-06-05 14:30:15 +00:00
flake.lock Initial commit 2025-04-02 12:52:45 +00:00
flake.nix Add compile commands 2026-06-05 14:30:15 +00:00
json.c Allow specifying whether top level elements should be comma separated 2026-06-05 15:16:02 +00:00
json.h Allow specifying whether top level elements should be comma separated 2026-06-05 15:16:02 +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.