plastikfan / jaxine

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

Add type coercion #11

Open plastikfan opened 5 years ago

plastikfan commented 5 years ago

Add an option on the spec to define a flag which controls if type coercion takes place.

plastikfan commented 5 years ago

Various additional options are required, and these should be added to the spec under a new child object 'coerce'. Need to allow an attribute to contain an array of items and a format that allows specification of the array format. Also, options to allow processing dates to be converted using moment.js.