pull/36/head
Vinícius Garcia 2023-04-04 23:08:00 -03:00
parent 1a73a49a4a
commit 94d41d437e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ func init() {
// These are the builtin modifiers: // These are the builtin modifiers:
// This one is useful for serializing/desserializing structs: // This one is useful for serializing/deserializing structs:
modifiers.Store("json", jsonModifier) modifiers.Store("json", jsonModifier)
modifiers.Store("json/nullable", jsonNullableModifier) modifiers.Store("json/nullable", jsonNullableModifier)