سؤال

I want to know how can I convert JSON string to XML string in ASP.NET 1.1

I can not use third party library for some restriction.

Any suggestion would be a big help.

هل كانت مفيدة؟

المحلول

You have to deserialize this JSON into an object and then, serialize this object again in XML. I think this is a simple approach.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top