diff --git a/VECTO/OutputData/JSONFileWriter.vb b/VECTO/OutputData/JSONFileWriter.vb
index 4a4f3ab962a2c3ce6d9e0ed0573209bb87ea504f..33225c4825536bc5b19f9f0cf889f1c31de1b65a 100644
--- a/VECTO/OutputData/JSONFileWriter.vb
+++ b/VECTO/OutputData/JSONFileWriter.vb
@@ -308,7 +308,8 @@ Public Class JSONFileWriter
 						{"DF_offset", driver.Lookahead.CoastingDecisionFactorOffset},
 						{"DF_scaling", driver.Lookahead.CoastingDecisionFactorScaling},
 						{"DF_targetSpeedLookup", dfTargetSpeed},
-						{"Df_velocityDropLookup", dfVelocityDrop}})
+						{"Df_velocityDropLookup", dfVelocityDrop},
+						{"MinSpeed", driver.Lookahead.MinSpeed.AsKmph}})
 		End If
 
 		'Overspeed / EcoRoll