My webservice returning JSON data as output. Is it possible to convert JSON data into XML in .net?. Actually i need to store that data into Sql server. If its XML format we can use sp_XML_Preparedocument and openXML fuction for storing into database. So guide me in how to convert JSON to XML or hoe to store JSON data into Sqlserver using stored procedure. If both are possible which one is best way?