plastikfan / jaxom-ts

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

Ensure collection.delim different to assoc.delim #45

Closed plastikfan closed 4 years ago

plastikfan commented 4 years ago

If the user provides a spec where attributes.coercion.matchers.collection.delim is the same as attributes.coercion.matchers.collection.assoc.delim, then there will be a problem in extracting collection item values. The spec servce should validate the spec and throw an exception if validation fails.

branch: validate-spec.