var ages = {"John":26, "Krishna": 34, "Rahul":67, "Maichel": 33}; String jsonstringmap = json.encode(ages); print(jsonstringmap); //output: {"John":26 ...
確定! 回上一頁