登录 注册
当前位置:主页 > 资源下载 > 38 > gulp-json-editor是一款用于编辑JSON对象的gulp插件

gulp-json-editor是一款用于编辑JSON对象的gulp插件

  • 更新:2024-10-22 22:32:32
  • 大小:50KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

gulp-json-编辑器 gulp-json-editor是用于编辑JSON对象的插件。 用法 var jeditor = require ( "gulp-json-editor" ) ; /* edit JSON object by merging with user specific object */ gulp . src ( "./manifest.json" ) . pipe ( jeditor ( { 'version' : '1.2.3' } ) ) . pipe ( gulp . dest ( "./dest" ) ) ; /* edit JSO