Converts the JuzResult to JSON
Map<String, dynamic> toJson() { return { 'juz': juz, 'totalAyat': totalAyat, 'ayat': ayat.map((ayah) => ayah.toJson()).toList(), 'source': source, }; }