plastikfan / jaxine

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

Recfactor Spec/Options #15

Open plastikfan opened 5 years ago

plastikfan commented 5 years ago
plastikfan commented 5 years ago

The descendants should be moved from spec to options since they can legitimately change from one element to another. Its now looking like that the user is unlikely to want/need to change the spec. We can create a default spec and partially apply that to existing curried functions.

plastikfan commented 5 years ago

Branch: refactor-spec-options