We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c36f9 commit e603d55Copy full SHA for e603d55
json_serialization/format.nim
@@ -130,7 +130,7 @@ template createJsonFlavor*(FlavorName: untyped,
130
131
generateJsonAutoSerializationAddon(FlavorName)
132
133
- # Set if default to true for backward compatibility
+ # Set default to true for backward compatibility
134
# but user can call it again later with different value.
135
# Or fine tuning use `Flavor.automaticSerialization(type, true/false)`
136
FlavorName.automaticBuiltinSerialization(true)
0 commit comments