I would like to convert a JSON object directly to XML.
I know, I can use Pear and/or other function(s) to convert it into native PHP and then convert to XML but I want to know if there is any way to directly convert it to XML from JSON.
Preferably using the Zend Framework.
Thanks for the help in advance.