Add attribution to

This commit is contained in:
ktkk 2025-04-02 12:57:18 +00:00
parent d2182a433c
commit c44d552498

View file

@ -1,6 +1,7 @@
# Json # Json
A simple json stringifying library written in C out of frustration. A simple json stringifying library written in C out of frustration.
Heavily based on [`std.json.stringify.zig`](https://github.com/ziglang/zig/blob/master/lib/std/json/stringify.zig), because it's simple and effective.
See `main.c` for a usage example. See `main.c` for a usage example.