public string GetMapInfo() { XmlInfo xmlInfo = ReadXml.GetXmlInfo(); return(JsonConvert.SerializeObject(xmlInfo)); }