node-xml2js icon indicating copy to clipboard operation
node-xml2js copied to clipboard

Data Type issues

Open a2937 opened this issue 1 year ago • 1 comments

Hi there. When converting a XML object, all my numbers become stored as strings. As for my actual strings, those become arrays where the string value I want is buried at index 0 inside of an array. This is a little obnoxious and doesn't seem like proper behavior.

a2937 avatar Aug 13 '24 00:08 a2937

If equ = assert.equal is replaced with equ = assert.strictEqual in processors.test.coffee , you'd be able to see my errors.

a2937 avatar Aug 31 '24 16:08 a2937