如何读取文件路径的值或如何迭代其值

时间:2013-10-30 18:03:31

标签: java json

JSON

 {
    "category": "value",
    "file_path": [
        "file1",
        "file2"
    ]
}

代码:

String Str =  jsonObject.getString("file_path");

如何获得这两个值?

0 个答案:

没有答案