From c44d552498d298deda23d371e4c55d175b8b534b Mon Sep 17 00:00:00 2001 From: ktkk Date: Wed, 2 Apr 2025 12:57:18 +0000 Subject: [PATCH] Add attribution to --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ee6924..bff599b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Json 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.