Hi Rachana,
As far as i know there is no a module standard to support json, You can try with an own module bean or a java mapping and to translate from json to XML. You can find some examples on internet:
Heshan's Blog: Java library to convert XML to JSON
Converting JSON to XML in Java - Stack Overflow (you would need to import the library)
Regards.