使用circular-json进行JSON转换
2023-03-12 本文已影响0人
喜欢走弯路的人
1、 安装插件包:
npm install -S circular-json
2、 在项目中引用:
import CircularJSON from 'circular-json'
3、JSON格式转化:
let menuNode = CircularJSON.stringify(copyNode)
let nodeData = CircularJSON.parse(menuNode )