标签: android json gson retrofit
我正在与Retrofit和GSON合作。我有一个JSON响应作为JSON数组但我不知道如何使用模型类解析它。我的回答如下:
[ "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight" ]
答案 0 :(得分:27)
只需在回调中调用一个字符串列表就可以完成这个工作......
new Callback<List<String>>().