After deploying a model, I am seeing all numeric values in the JSON response as rounded from their original values to 4 decimal places.
I think the issue is the use of toJSON after running the model, since 4 appears to be the default value for the digits argument. If this is the case, I think digits should be set to NA so that maximum precision is the default and the digits can be set in the model code.