DataSetConverter4Delphi icon indicating copy to clipboard operation
DataSetConverter4Delphi copied to clipboard

API to convert JSON objects for DataSet and DataSet to JSON Objects

Results 4 DataSetConverter4Delphi issues
Sort by recently updated
recently updated
newest added

Dentro da função DataSetToJSONObject quanto eu utilizo, eu coloco key := LowerCase(dataSet.Fields[i].FieldName) afim de manter um "padrão" para o JSON com as keys em letras minúsculas. Você acharia interessante colocar...

Seria interessante criar um parâmetro incluir ou não a timezone já que a própria função DateToISO8601 permite isso. No meu caso estou tendo que remover o Z do final da...

enhancement

I have a situation where would be interesting to fill an empty dataset with all the fields from the json, for example, before import all json objects from an Array...

For larger datasets it might be better to use System.JSON.Writers.TJsonWriter instead of JSON Objects Framework