I am looking for a way to convert JSON to XML In C++.
For this we have evaluated PICOJSON and Pugixml.

I need some guidance and approach during initial coding on how to do this.

I am...