You have to use json.decode. It takes in a json object and let you handle the nested key value pairs. I'll write you an example import 'dart:convert'; ...
確定! 回上一頁