标签: java json
JSON
{ "category": "value", "file_path": [ "file1", "file2" ] }
代码:
String Str = jsonObject.getString("file_path");
如何获得这两个值?