我正在从“组合”框中获取价值,方法如下:
{Name: Canberra, Description: testdescription , CountryId: 6, URL: http://www.facebook.com, Id: 32}
我尝试了JSON.encode,但是它不起作用
import 'dart:convert';
var jValue = JSON.encode(country); //here country = {Name: Canberra, Description: testdescription , CountryId: 6, URL: http://www.facebook.com, Id: 32}
在JSON.encode之后,该值也没有得到转换。
还有其他方法可以将不带引号的字符串转换为JSON对象,以便我可以获取值