json/README.md
2025-04-02 12:57:18 +00:00

263 B

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.