fn isComplete(self: *const Stringify) bool
fn isComplete(self: *const Stringify) bool { return self.indent_level == 0 and self.next_punctuation == .comma; }