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
Asked
Active
Viewed 4,001 times
2 Answers
0
Well, JSON isn't XML, so you can't read it as XML. Might want to look into the DataContractJsonSerializer though.

Eric Petroelje
- 59,820
- 9
- 127
- 177