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 3,681 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
- 58,601
- 9
- 123
- 175