DataSetConverter4Delphi
DataSetConverter4Delphi copied to clipboard
API to convert JSON objects for DataSet and DataSet to JSON Objects
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...
Timezone
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...
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