문제

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