No description
Find a file
2025-10-13 12:30:42 +00:00
example Flesh out the repository with example and tests 2025-10-09 15:07:32 +00:00
tests Create and user helper functions for serialization 2025-10-13 12:30:42 +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 Flesh out the repository with example and tests 2025-10-09 15:07:32 +00:00
flake.lock Initial commit 2025-04-02 12:52:45 +00:00
flake.nix Add valgrind to the dev env 2025-10-10 14:57:14 +00:00
json.c Use %g instead of %f for double formatting 2025-10-10 15:03:04 +00:00
json.h 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.