前端 yml 和 json 文件转换

3,545 阅读1分钟

引入包的链接: www.npmjs.com/package/js-…

json 转 yml yaml.safeDump(JSON.parse(json串))

yml 转 json yaml.load(json串)