当前位置:网站首页>Shuttle JSON, list, map inter transfer
Shuttle JSON, list, map inter transfer
2022-06-25 09:43:00 【Moon Spring】
Flutter Json turn List、Map It's simple , We can go through dart:convert The built-in JSON decoder json.decode() To achieve
Json turn List
// One JSON Format string
String jsonStr = ‘[{“name”:“ Zhang San ”},{“name”:“ Li Si ”}]’;
// take JSON String to List
List list = json.decode(jsonStr);
// Output the name of the first user
print(list[0][“name”]);
List turn Json
String jsonStringA = json.encode(list);
print(jsonStringA);
Json turn Map
// One JSON Format string
String jsonStr = ‘{“name”: “ Wang Wu ”,“address”: “ Dongcheng District ”}’;
// take JSON String to List
Map<String, dynamic> map = json.decode(jsonStr);
// Output
print(‘ full name : ${map[‘name’]}’);
print(‘ Address : ${map[‘address’]}’);
Map turn Json
String jsonStringB = json.encode(map);
print(jsonStringB);
Reprint . This article is the original article of blogger mazhiwu ,
Link to the original text :https://blog.csdn.net/ruoshui_t/article/details/103793190
边栏推荐
猜你喜欢

Data-driven anomaly detection and early warning of 21 May Day C

Is it harder to find a job in 2020? Do a good job in these four aspects and find a good job with high salary

《JVM》对象内存分配的TLAB机制与G1中的TLAB流程
![[design completion - opening report] zufeinfo 2018 software engineering major (including FAQ)](/img/b7/fb7ead787e00047f3663e8b5acfe33.jpg)
[design completion - opening report] zufeinfo 2018 software engineering major (including FAQ)

Nano data World Cup data interface, CSL data, sports data score, world cup schedule API, real-time data interface of football match

【mysql学习笔记22】索引

Wechat official account can reply messages normally, but it still prompts that the service provided by the official account has failed. Please try again later

manhattan_ Slam environment configuration
![[buuctf.reverse] 117-120](/img/6c/8a90fff2bd46f1494a9bd9c77eeafc.png)
[buuctf.reverse] 117-120

Data-driven anomaly detection and early warning of item C in the May 1st mathematical modeling competition in 2021
随机推荐
可穿戴设备或将会泄露个人隐私
On the underlying index principle of MySQL
处理图片类库
[buuctf.reverse] 121-125
Voiceprint Technology (IV): Engineering deployment of voiceprint recognition
Opencv中的GrabCut图像分割
CYCA少儿形体礼仪 乐清市培训成果考核圆满落幕
[buuctf.reverse] 121-125
[2020 cloud development + source code] 30 minutes to create and launch wechat applet practical project | zero cost | cloud database | cloud function
neo4jDesktop(neo4j桌面版)配置自动启动(开机自启)
Reasons for Meiye to choose membership system
Benefits and types of cloud network technology
Remove the mosaic, there's a way, attached with the running tutorial
Compile time annotations for custom annotations (retentionpolicy.class)
PHP obtains the IP address, and the apache2 server runs without error
2台三菱PLC走BCNetTCP协议,能否实现网口无线通讯?
Mysql 源码阅读(二)登录连接调试
[buuctf.reverse] 117-120
[MySQL learning notes 22] index
Applet cloud development joint table data query and application in cloud function