4

Given a stream of JSON, how can I read it as XML. I am aware of System.Runtime.Serialization.Json.XmlJsonReader but it is internal

2 Answers 2

3

Answered here:

How to convert JSON to XML or XML to JSON?

Sign up to request clarification or add additional context in comments.

Comments

0

Well, JSON isn't XML, so you can't read it as XML. Might want to look into the DataContractJsonSerializer though.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.