plastikfan / jaxine

Another JSON to XML converter with inheritable attributes and custom element consolidation
MIT License
0 stars 0 forks source link

Implement attribute array population #14

Open plastikfan opened 5 years ago

plastikfan commented 5 years ago
plastikfan commented 5 years ago

When the spec contains a definition of the attribute label and attributesType = "Array", then attributes should be collected into an array.

plastikfan commented 5 years ago

attributesType is not required, because if the user defines the attribute label, then we know that the attributes should be populated into an array. If there is no attribute label, then they are populated as member variables.