strip json comments:从JSON剥离注释。 让您在JSON文件中使用注释! 源码
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
文件列表
strip-json-comments-main.zip
(预估有个17文件)
strip-json-comments-main
.gitignore
23B
package.json
855B
.npmrc
19B
index.js
2KB
test.js
3KB
.github
security.md
179B
workflows
main.yml
450B
暂无评论