When unmarshalling the follwing two json objects ```json { "dict": null } ``` ```json { "dict": {} } ``` they both result in structs where AdditionalProperties is nil. Ideally the second one would result in an AdditionalProperties which contains an empty map.