creeperyang / koa-xml-body

koa middleware to parse xml request body

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can add xml2json parse options

zppro opened this issue · comments

commented

want all single children node not parsed to the array
so need add option explicitArray= false to the xml2json parser

Good idea. I will support all options of xml2js.