How to read json with XmlReader

.net, c#, json, xml

Solution

Answered here:

How to convert JSON to XML or XML to JSON?

Problem

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

Original source

Related problems