Fix Flavor section in README.md

This commit is contained in:
jangko 2024-02-04 14:54:49 +07:00
parent 224fd6efc9
commit 0bb1e48872
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -98,10 +98,10 @@ type
createJsonFlavor OptJson createJsonFlavor OptJson
OptionalFields.useDefaultSerializationIn OptJson OptionalFields.useDefaultSerializationIn OptJson
```
`omitOptionalFields` is used by the Writer to ignore fields with null value. `omitOptionalFields` is used by the Writer to ignore fields with null value.
`skipNullFields` is used by the Reader to ignore fields with null value. `skipNullFields` is used by the Reader to ignore fields with null value.
```
## Decoder example ## Decoder example
```nim ```nim