Hi,
I am trying out Jsonix for the first time to work with Walmart's Canada-Item-XSD-v3.2 in NodeJS project.
There seems to be no issues while un-marshaling.  After un-marshalling i can output the values.
But, while marshaling (and that is what my requirement is), the same json , I get the XML out, alright!
But, only the root node is created. Nothing else.
How to fix this issue?  It's a bit urgent as my project is on hold.