| ... | @@ -804,7 +804,7 @@ pub fn stringify(writer: anytype, value: anytype, options: std.json.Stringify.Op | ... | @@ -804,7 +804,7 @@ pub fn stringify(writer: anytype, value: anytype, options: std.json.Stringify.Op |
| 804 | } | 804 | } |
| 805 | try writer.writeAll("}"); | 805 | try writer.writeAll("}"); |
| 806 | }, | 806 | }, |
| 807 | .comptime_int => { | 807 | .comptime_int, .int => { |
| 808 | return nio.fmt.formatInt(value, 10, .lower, .{}, writer); | 808 | return nio.fmt.formatInt(value, 10, .lower, .{}, writer); |
| 809 | }, | 809 | }, |
| 810 | .optional => { | 810 | .optional => { |