Ajay Kumar
Results
2
issues of
Ajay Kumar
[Fixed Issue](https://github.com/basgys/goxml2json/issues/30)
``` if IsArrayTrue { xj.NodePlugin("x.y", xj.ToArray()) // how to add this line to xj.WithNodes(...) } jsn, err := xj.Convert(bytes.NewReader(xmlByte), xj.WithNodes( xj.NodePlugin("foo.bar", xj.ToArray()), ) ```