diff -r 14e349ff2a10 -r a8aabb63fbcc www/getfermentablesources.php --- a/www/getfermentablesources.php Tue Jan 29 21:52:08 2019 +0100 +++ b/www/getfermentablesources.php Wed Jan 30 16:40:23 2019 +0100 @@ -22,12 +22,14 @@ 'moisture' => $row['moisture'], 'diastatic_power' => $row['diastatic_power'], 'protein' => $row['protein'], + 'dissolved_protein' => $row['dissolved_protein'], 'max_in_batch' => $row['max_in_batch'], 'recommend_mash' => $row['recommend_mash'], 'graintype' => $row['graintype'], 'di_ph' => $row['di_ph'], + 'acid_to_ph_57' => $row['acid_to_ph_57'], 'inventory' => $row['inventory'], 'cost' => $row['cost'] ); } -echo json_encode($fermentables); +echo json_encode($fermentables, JSON_UNESCAPED_UNICODE);