Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed Nov 23, 2023
1 parent 753fd2a commit bfa7746
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ TDataSetSerializeConfig.GetInstance.DateInputIsUTC := True;
```pascal
TDataSetSerializeConfig.GetInstance.Export.ExportNullValues := True;
```
* Attempts to convert a string to JSON when the string starts with { or [
```pascal
TDataSetSerializeConfig.GetInstance.Export.TryConvertStringToJson := True;
```
* Export only fields visible
```pascal
TDataSetSerializeConfig.GetInstance.Export.ExportOnlyFieldsVisible := True;
Expand Down

0 comments on commit bfa7746

Please sign in to comment.