zoukankan      html  css  js  c++  java
  • xml转换为json类

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

    调用:

    XmlDocument doc = new XmlDocument();
     doc.LoadXml(
    this.textBox1.Text);//加载xml
    this.textBox2.Text = byLibrary.byComponent.XmlToJSON(doc);返回生成的json
    Code
  • 相关阅读:
    Three Algorithms for Fibonacci
    微软面试经历
    [TIP]命令行快速查看图片(Ubuntu)
    emacs as the c++ ide on the Ubuntu
    boost learn notes
    ReadingNotes@02122013
    ignoreunderline.org
    cnblogsminormode.org
    c++ 0x 新特性
    noip模拟赛 思考熊的马拉松
  • 原文地址:https://www.cnblogs.com/xiangboren/p/1589003.html
Copyright © 2011-2022 走看看