首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

怎么获取json数据的未知key的名称

2013-10-13 
如何获取json数据的未知key的名称{files: {Chrysanthemum.jpg: Chrysanthemum.jpg, index.html:

如何获取json数据的未知key的名称
{"files": {"Chrysanthemum.jpg": "Chrysanthemum.jpg", "index.html": "index.html", "1234.rmvb": "1234.rmvb", "apache_pb22_ani.gif": "apache_pb22_ani.gif", "123.mp4": "123.mp4", "sample_h264_1mbit.mp4": "sample_h264_1mbit.mp4", "1234.mp4": "1234.mp4", "apache_pb22.gif": "apache_pb22.gif", "test.doc": "test.doc", "apache_pb.gif": "apache_pb.gif", "testppt.pptx": "testppt.pptx", "love.mp3": "love.mp3", "apache_pb.png": "apache_pb.png", "sample_100kbit.mov": "sample_100kbit.mov", "apache_pb22.png": "apache_pb22.png", "receivetest.log": "receivetest.log", "111.docx": "111.docx", "test.txt": "test.txt"}, "dirs": {"receive": "receive", "test file": "test file"}}
假设这段数据,获取其中的files,不是value,是key
[解决办法]
那得自己写解析的方法,:号前面的为Key,全部保存下来

热点排行