Open Erinaaaaaaa opened 5 years ago
I just noticed as I browsed through the source a little inconsistency in class names for the attributes:
[TomlIgnore]
TomlIgnoreAttribute
[TomlMember]
TomlMember
I suggest renaming the latter class to TomlMemberAttribute if it's not a breaking change for existing code.
TomlMemberAttribute
I just noticed as I browsed through the source a little inconsistency in class names for the attributes:
[TomlIgnore]
attribute class name isTomlIgnoreAttribute
[TomlMember]
attribute class name isTomlMember
I suggest renaming the latter class to
TomlMemberAttribute
if it's not a breaking change for existing code.