viniciussanchez / dataset-serialize

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

String index on D11; Manage serialization when DataSet has 1 field #122

Closed igorbastosib closed 3 years ago

igorbastosib commented 3 years ago

Fixing string index on D11, for some reason they have changed it to start on index 1 instead 0 (as the Delphi privious versions); Adding param to allow to manage showing the field instead just the values when the DataSet has just one field while serializing it to JSON Object or Array