json.encode() converts the collection object into a JSON string. //Convert JSON string to Dart object (List here). List items = json.decode(jsonStr);.
確定! 回上一頁