码迷,mamicode.com
首页 > 编程语言 > 详细

java xml 转 json

时间:2017-09-30 11:35:11      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:from   artifact   string   depend   tostring   class   print   sha   rem   

            <dependency>
                <groupId>org.json</groupId>
                <artifactId>json</artifactId>
                <version>20170516</version>
            </dependency>

  

System.out.println(org.json.XML.toJSONObject("<note>\n" + "<to>Tove</to>\n" + "<from>Jani</from>\n"
                + "<heading>Reminder</heading>\n" + "<body>Don‘t forget me this weekend!</body>\n" + "</note>")
                .toString());

  

java xml 转 json

标签:from   artifact   string   depend   tostring   class   print   sha   rem   

原文地址:http://www.cnblogs.com/Googler/p/7613855.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!