Ошибка в System.Json?
#c# #json #mono #c# #json #моно Вопрос: Код для воспроизведения: JsonPrimitive a = new JsonPrimitive("<a href=""/>"); //or the same: JsonPrimitive a = new JsonPrimitive(@"<a href=""/>"); Console.WriteLine(a.ToString()); //or Console.WriteLine((string)a); //On the…