can any one please let me know how to convert json data to XML in titanium
Example JSON Data :
{
msg: {
tile:"tname",
description:"tdescr"
}
}
to XML as
<?xml version="1.0" encoding="UTF-8"?>
<msg title="name" description="tdescr" />
Thanks in Advance,
Swathi