viniciussanchez / dataset-serialize

JSON to DataSet and DataSet to JSON converter for Delphi and Lazarus (FPC)
MIT License
653 stars 161 forks source link

Support to export in non scientific notation in Lazarus #167

Closed andre-djsystem closed 2 years ago

andre-djsystem commented 2 years ago

old behavior "limit": 1.2250000000000000E+002 new behavior "limit": 122.5

New configuration properties add: TDataSetSerializeConfig.GetInstance.Export.DecimalSeparator := '.'; TDataSetSerializeConfig.GetInstance.Export.ExportFloatScientificNotation := False;