JSON 格式 转对象

GSON josn =new Gson()

IllegalCity illegalCity = new Gson().fromJson(result, IllegalCity.class);

原文地址:https://www.cnblogs.com/cuijinlong/p/6386539.html