一个反编译的类,把xml转换为json的

调用:

xml转换为json类XmlDocument doc = new XmlDocument();
xml转换为json类 doc.LoadXml(
this.textBox1.Text);//加载xml
xml转换为json类
this.textBox2.Text = byLibrary.byComponent.XmlToJSON(doc);返回生成的json

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2021-06-19
  • 2021-08-19
  • 2022-12-23
  • 2021-11-09
猜你喜欢
  • 2021-11-06
  • 2022-12-23
  • 2021-08-27
  • 2021-08-13
  • 2022-12-23
  • 2021-09-02
相关资源
相似解决方案