You can do the following: String receivedJson = "... Your JSON string ...."; List<dynamic> list = json.decode(receivedJson); Fact fact ...
確定! 回上一頁