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.