将JSON转换为字符串

将JSON转换为字符串,json,android-studio,Json,Android Studio,我在将JSON数据转换为可读文本时遇到问题。现在是这样的: {"id":82,"url":"http://www.tvmaze.com/shows/82/game-of-thrones","name":"Game of Thrones","type":"Scripted","language":"English","genres":["Drama","Adventure","Fantasy"],"status":"Running","runtime":60,"premiered":"2011-0

我在将JSON数据转换为可读文本时遇到问题。现在是这样的:

{"id":82,"url":"http://www.tvmaze.com/shows/82/game-of-thrones","name":"Game of Thrones","type":"Scripted","language":"English","genres":["Drama","Adventure","Fantasy"],"status":"Running","runtime":60,"premiered":"2011-04-17","schedule":{"time":"21:00","days":["Sunday"]},"rating":{"average":9.3},"weight":10,"network":{"id":8,"name":"HBO","country":{"name":"United States","code":"US","timezone":"America/New_York"}},"webChannel":null,"externals":{"tvrage":24493,"thetvdb":121361,"imdb":"tt0944947"},"image":{"medium":"http://static.tvmaze.com/uploads/images/medium_portrait/53/132622.jpg","original":"http://static.tvmaze.com/uploads/images/original_untouched/53/132622.jpg"},"summary":"<p>Based on the bestselling book series <em>A Song of Ice and Fire</em> by George R.R. Martin, this sprawling new HBO drama is set in a world where summers span decades and winters can last a lifetime. From the scheming south and the savage eastern lands, to the frozen north and ancient Wall that protects the realm from the mysterious darkness beyond, the powerful families of the Seven Kingdoms are locked in a battle for the Iron Throne. This is a story of duplicity and treachery, nobility and honor, conquest and triumph. In the <em>\"Game of Thrones\"</em>, you either win or you die.</p>","updated":1485102249,"_links":{"self":{"href":"http://api.tvmaze.com/shows/82"},"previousepisode":{"href":"http://api.tvmaze.com/episodes/729575"},"nextepisode":{"href":"http://api.tvmaze.com/episodes/937256"}}}
    var json = '{"id":82,"url":"http://www.tvmaze.com/shows/82/game-of-thrones","name":"Game of Thrones","type":"Scripted","language":"English","genres":["Drama","Adventure","Fantasy"],"status":"Running","runtime":60,"premiered":"2011-04-17","schedule":{"time":"21:00","days":["Sunday"]},"rating":{"average":9.3},"weight":10,"network":{"id":8,"name":"HBO","country":{"name":"United States","code":"US","timezone":"America/New_York"}},"webChannel":null,"externals":{"tvrage":24493,"thetvdb":121361,"imdb":"tt0944947"},"image":{"medium":"http://static.tvmaze.com/uploads/images/medium_portrait/53/132622.jpg","original":"http://static.tvmaze.com/uploads/images/original_untouched/53/132622.jpg"},"summary":"<p>Based on the bestselling book series <em>A Song of Ice and Fire</em> by George R.R. Martin, this sprawling new HBO drama is set in a world where summers span decades and winters can last a lifetime. From the scheming south and the savage eastern lands, to the frozen north and ancient Wall that protects the realm from the mysterious darkness beyond, the powerful families of the Seven Kingdoms are locked in a battle for the Iron Throne. This is a story of duplicity and treachery, nobility and honor, conquest and triumph. In the <em>Game of Thrones</em>, you either win or you die.</p>","updated":1485102249,"_links":{"self":{"href":"http://api.tvmaze.com/shows/82"},"previousepisode":{"href":"http://api.tvmaze.com/episodes/729575"},"nextepisode":{"href":"http://api.tvmaze.com/episodes/937256"}}}'

    var  obj = jQuery.parseJSON(json) 

    function printLine(obj){

        for( var i in obj){

            if(typeof obj[i] != 'object') console.log(i + ": " +obj[i]);

            else printLine(obj[i]);
        }
    }

    printLine(obj);
{“id”:82,“url”:http://www.tvmaze.com/shows/82/game-of-thrones“,”姓名“:”权力游戏“,”类型“:”脚本“,”语言“:”英语“,”体裁“,”戏剧“,”冒险“,”幻想“,”状态“,”跑步“,”运行时间“,”60,“首映“,”2011-04-17“,”时间表“,”时间“,”21:00“,”天数“,”周日“,”评级“:”,“{”平均“,”9.3“,”权重“,”10,“网络“,”id“,”8,“姓名“:”HBO“,“国家”:{“名称”:“美国”,“代码”:“美国”,“时区”:“美国/纽约”},“网络频道”:空,“外部”:{“电视频道”:24493,“thetvdb”:121361,“imdb”:“tt0944947”},“图像”:{“媒体”:”http://static.tvmaze.com/uploads/images/medium_portrait/53/132622.jpg“原件”:http://static.tvmaze.com/uploads/images/original_untouched/53/132622.jpg“},“摘要”:”根据乔治·R·R·马丁(George R.R.Martin)的畅销书《冰与火之歌》(A Song of Ice and Fire)改编,这部HBO新剧以一个夏天跨越几十年、冬天可以持续一生的世界为背景。从诡计多端的南方和野蛮的东部土地,到冰冻的北方和保护王国免受神秘黑暗影响的古老城墙,在这里七大王国的强权家族正在为争夺铁王座而斗争。这是一个口是心非、背信弃义、高贵与荣誉、征服与胜利的故事。在“权力游戏”中,你要么赢,要么死。

,“更新”:1485102249,“\u链接:{”self:{“href”:”http://api.tvmaze.com/shows/82},“上一集”:{“href”:http://api.tvmaze.com/episodes/729575},“下一步”:{“href”:http://api.tvmaze.com/episodes/937256"}}}

如何转换这些数据,以便将其作为ID、名称、流派等进行查看?

如果您只想将其打印到控制台,请尝试以下操作:

{"id":82,"url":"http://www.tvmaze.com/shows/82/game-of-thrones","name":"Game of Thrones","type":"Scripted","language":"English","genres":["Drama","Adventure","Fantasy"],"status":"Running","runtime":60,"premiered":"2011-04-17","schedule":{"time":"21:00","days":["Sunday"]},"rating":{"average":9.3},"weight":10,"network":{"id":8,"name":"HBO","country":{"name":"United States","code":"US","timezone":"America/New_York"}},"webChannel":null,"externals":{"tvrage":24493,"thetvdb":121361,"imdb":"tt0944947"},"image":{"medium":"http://static.tvmaze.com/uploads/images/medium_portrait/53/132622.jpg","original":"http://static.tvmaze.com/uploads/images/original_untouched/53/132622.jpg"},"summary":"<p>Based on the bestselling book series <em>A Song of Ice and Fire</em> by George R.R. Martin, this sprawling new HBO drama is set in a world where summers span decades and winters can last a lifetime. From the scheming south and the savage eastern lands, to the frozen north and ancient Wall that protects the realm from the mysterious darkness beyond, the powerful families of the Seven Kingdoms are locked in a battle for the Iron Throne. This is a story of duplicity and treachery, nobility and honor, conquest and triumph. In the <em>\"Game of Thrones\"</em>, you either win or you die.</p>","updated":1485102249,"_links":{"self":{"href":"http://api.tvmaze.com/shows/82"},"previousepisode":{"href":"http://api.tvmaze.com/episodes/729575"},"nextepisode":{"href":"http://api.tvmaze.com/episodes/937256"}}}
    var json = '{"id":82,"url":"http://www.tvmaze.com/shows/82/game-of-thrones","name":"Game of Thrones","type":"Scripted","language":"English","genres":["Drama","Adventure","Fantasy"],"status":"Running","runtime":60,"premiered":"2011-04-17","schedule":{"time":"21:00","days":["Sunday"]},"rating":{"average":9.3},"weight":10,"network":{"id":8,"name":"HBO","country":{"name":"United States","code":"US","timezone":"America/New_York"}},"webChannel":null,"externals":{"tvrage":24493,"thetvdb":121361,"imdb":"tt0944947"},"image":{"medium":"http://static.tvmaze.com/uploads/images/medium_portrait/53/132622.jpg","original":"http://static.tvmaze.com/uploads/images/original_untouched/53/132622.jpg"},"summary":"<p>Based on the bestselling book series <em>A Song of Ice and Fire</em> by George R.R. Martin, this sprawling new HBO drama is set in a world where summers span decades and winters can last a lifetime. From the scheming south and the savage eastern lands, to the frozen north and ancient Wall that protects the realm from the mysterious darkness beyond, the powerful families of the Seven Kingdoms are locked in a battle for the Iron Throne. This is a story of duplicity and treachery, nobility and honor, conquest and triumph. In the <em>Game of Thrones</em>, you either win or you die.</p>","updated":1485102249,"_links":{"self":{"href":"http://api.tvmaze.com/shows/82"},"previousepisode":{"href":"http://api.tvmaze.com/episodes/729575"},"nextepisode":{"href":"http://api.tvmaze.com/episodes/937256"}}}'

    var  obj = jQuery.parseJSON(json) 

    function printLine(obj){

        for( var i in obj){

            if(typeof obj[i] != 'object') console.log(i + ": " +obj[i]);

            else printLine(obj[i]);
        }
    }

    printLine(obj);
var json='{“id”:82,“url”:http://www.tvmaze.com/shows/82/game-of-thrones“,”名称“:”权力游戏“,”类型“:”脚本“,”语言“:”英语“,”体裁“,”戏剧“,”冒险“,”幻想“,”状态“,”跑步“,”运行时间“,”首映“,”2011-04-17“,”时间表“:{”时间“:”21:00“,”天“:[”星期日“,”评级“:{”平均“:”9.3},“体重“,”10,“网络“:{”id“:”8,”名称:““HBO”,“国家”:{“名称”:“美国”,“代码”:“美国”,“时区”:“美国/纽约”}},“网络频道”:null,“外部”:{“电视频道”:24493,“thetvdb”:121361,“imdb”:“tt0944947”},“图像”:{“媒体”:”http://static.tvmaze.com/uploads/images/medium_portrait/53/132622.jpg“原件”:http://static.tvmaze.com/uploads/images/original_untouched/53/132622.jpg"}“摘要”:根据乔治·R·R·马丁(George R.R.Martin)的畅销书《冰与火之歌》(A Song of Ice and Fire)改编,这部HBO新剧以一个夏天跨越几十年、冬天可以持续一生的世界为背景。从诡计多端的南方和野蛮的东部土地,到冰冻的北方和保护王国免受神秘黑暗影响的古老城墙,在这里七大王国的强权家族正在为争夺铁王座而斗争。这是一个口是心非、背信弃义、高贵与荣誉、征服与胜利的故事。在权力游戏中,你要么赢,要么死。

,“更新”:1485102249,“_链接:{“自我”:{“href”:”http://api.tvmaze.com/shows/82},“上一集”:{“href”:http://api.tvmaze.com/episodes/729575},“下一步”:{“href”:http://api.tvmaze.com/episodes/937256"}}}' var obj=jQuery.parseJSON(json) 功能打印行(obj){ 用于(obj中的var i){ if(typeof obj[i]!=“object”)console.log(i+”:“+obj[i]); else打印行(obj[i]); } } 打印线(obj);
粘贴代码问题正文,而不是全部问题,而只是复制问题的片段。