| ... | ... | @@ -743,7 +743,7 @@ pub fn stringify(writer: anytype, value: anytype, options: std.json.Stringify.Op |
| 743 | 743 | try writer.writeAll("\""); |
| 744 | 744 | } |
| 745 | 745 | } else { |
| 746 | | @panic("TODO"); |
| 746 | return error.Unexpected; |
| 747 | 747 | } |
| 748 | 748 | return; |
| 749 | 749 | } |
| ... | ... | @@ -769,7 +769,7 @@ pub fn stringify(writer: anytype, value: anytype, options: std.json.Stringify.Op |
| 769 | 769 | try writer.writeAll("\""); |
| 770 | 770 | } |
| 771 | 771 | } else { |
| 772 | | @panic("TODO"); |
| 772 | return error.Unexpected; |
| 773 | 773 | } |
| 774 | 774 | return; |
| 775 | 775 | } |