Converts this table content to JSON.
Map<String, dynamic> toJson() { return { 'type': type, 'rows': rows.map((row) => row.toJson()).toList(), }; }