There are a megaton amount of attributes out there, so to create a parser for all of them would make very little sense. Instead I think the best approach is to create a generic value attribute parser which can be the last in the parsers array so it runs on all remaining attributes that the previous parsers haven't worked on yet.
There are a megaton amount of attributes out there, so to create a parser for all of them would make very little sense. Instead I think the best approach is to create a generic value attribute parser which can be the last in the parsers array so it runs on all remaining attributes that the previous parsers haven't worked on yet.