1. 首页
  2. 数据库
  3. 其它
  4. strip json comments:从JSON剥离注释。 让您在JSON文件中使用注释! 源码

strip json comments:从JSON剥离注释。 让您在JSON文件中使用注释! 源码

上传者: 2021-02-21 05:54:11上传 ZIP文件 91.66KB 热度 28次
strip-json-comments 从JSON删除注释。 让您在JSON文件中使用注释! 现在可以这样: { // Rainbows "unicorn" : /* :red_heart: */ "cake" } 它将单行注释//和多行注释/**/替换为空格。 这样可以使JSON错误位置尽可能地接近原始源。 也可以作为 / / 插件使用。 安装 $ npm install strip-json-comments 用法 const json = `{ // Rainbows "unicorn": /* :red_heart: */ "cake" }` ; JSON . pa
用户评论