diff options
Diffstat (limited to '')
-rw-r--r-- | src/api/schema.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/schema.zig b/src/api/schema.zig index 4bca9cd1f..8f21c350c 100644 --- a/src/api/schema.zig +++ b/src/api/schema.zig @@ -353,6 +353,9 @@ pub const Api = struct { /// json json, + /// toml + toml, + _, pub fn jsonStringify(self: *const @This(), opts: anytype, o: anytype) !void { |