oozcitak / xmlbuilder2

An XML builder for node.js
362 stars 35 forks source link

XML to JSON, preserve whitespace option #122 #177

Open cokosharp opened 6 months ago

cokosharp commented 6 months ago

Hi, I'm curious if there's a solution for the whitespace problem I described in issue #122. There seems to be a fix "Allow skipWhitespaceOnlyText lexer option to be configurable" in issue #101, but my issue is when converting xml into json, e.g. doc.end({ format: "json" }); Then an xml property with only whitespaces is transformed into {}