当前位置:网站首页>Map,String,Json之間轉換
Map,String,Json之間轉換
2022-06-30 08:08:00 【homehome...】
- Map–>String
const map = new Map([
[‘name’, ‘Tom’],
[‘country’, ‘Chile’],
]);
// Convert to JSON string
const jsonStr = JSON.stringify(Object.fromEntries(map));
// ️ ‘{“name”: “Tom”, “country”: “Chile”}’
//將string --> Object --> Map
const obj = JSON.parse(jsonStr);
const mapAgain = new Map(Object.entries(obj));
console.log(mapAgain); // ️ {‘name’ => ‘Tom’, ‘country’ => ‘Chile’}
边栏推荐
- Summary and common applications of direction and angle operators in Halcon
- 涂鸦Wi-Fi&BLE SoC开发幻彩灯带
- Unity 基础光照模型
- MIME type Encyclopedia
- [nvme2.0b 14 - 5] commande de téléchargement / commande du logiciel
- String and underlying character types of go data type
- [notes] polygon mesh processing learning notes (10)
- C. Fishingprince Plays With Array
- 2021-05-17
- 1162 Postfix Expression
猜你喜欢
示波器探头对测量电容负荷有影响吗?
Deep learning - goal orientation
Final review -php learning notes 2-php language foundation
mysql无法连接内网的数据库
Graffiti Wi Fi & ble SoC development slide strip
CRM能为企业带来哪些管理提升
Wechat official account third-party platform development, zero foundation entry. I want to teach you
What management improvements can CRM bring to enterprises
Deep learning - residual networks resnets
Deep learning -- recurrent neural network
随机推荐
【花雕体验】12 搭建ESP32C3之Arduino开发环境
MySQL加索引语句不加锁:ALGORITHM=INPLACE, LOCK=NONE
Deep learning - residual networks resnets
MySQL cannot connect to the intranet database
QT event cycle
Deep learning -- sequence model and mathematical symbols
What management improvements can CRM bring to enterprises
Common tools installation, configuration, compilation, link, etc
[nvme2.0b 14 - 5] commande de téléchargement / commande du logiciel
Simple application of generating function -- integer splitting 2
C preliminary chapter learning route
Redis设计与实现(六)| 集群(分片)
Environment configuration of ROS Aubo manipulator
Applet uses QR code plug-in
Go 数据类型篇之字符串及底层字符类型
Emoji icons supported by markdown
Redis设计与实现(三)| 服务器与客户端的交互(事件IO模型)
Development technology sharing of Jingtan NFT digital collection system
CRM&PM如何帮助企业创造最优销售绩效
vulfocus入门靶机