From 8263832eb8c23968f0cfea15b5cb1bfa3546d540 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 25 Jan 2026 21:07:22 +0900 Subject: pretty-print results --- src/jv/stringify.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jv') diff --git a/src/jv/stringify.zig b/src/jv/stringify.zig index 341fed3..b553c6b 100644 --- a/src/jv/stringify.zig +++ b/src/jv/stringify.zig @@ -2,5 +2,5 @@ const std = @import("std"); const Value = @import("./value.zig").Value; pub fn stringify(allocator: std.mem.Allocator, value: Value) ![]u8 { - return try std.json.Stringify.valueAlloc(allocator, value, .{}); + return try std.json.Stringify.valueAlloc(allocator, value, .{ .whitespace = .indent_2 }); } -- cgit v1.3-1-g0d28