This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
buildXmlInput
and deepToArray
don't allow single-wrapper arrays
#25
Labels
The module is trying to be smart in converting the input JSON params to XML.
See deep-to-array.test.js and xml-request.test.js.
So given an input param
thing: ['a', 'b', 'c']
, it converts that toBut if we want to do something like,
This doesn't seem currently possible.
Should the module try to stay smart, and somehow differentiate these? Or should the input param structure simply follow the
xml
module's pattern without conversion?The text was updated successfully, but these errors were encountered: