文件名称:yamlop:YAML 文件的单向数据绑定
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-18 00:03:59
JavaScript
山药 YAML 文件的单向数据绑定 yamlop 是 [typicode/jsop] 的 yaml 版本,是一种由 Object.observe 驱动的新型 JSON 文件读写器(需要 Node 0.11.13 或 io.js 1.0.0)。 前 var fs = require ( 'fs' ) var yaml = require ( 'js-yaml' ) var config = yaml . safeLoad ( fs . readFileSync ( 'config.json' , 'utf-8' ) ) config . foo = 'bar' fs . writeFile ( 'config.json' , yaml . safeDump ( config ) , function ( err ) { if ( err ) throw err } ) 后 var
【文件预览】:
yamlop-master
----test.js(880B)
----.travis.yml(38B)
----LICENSE(1KB)
----README.md(1009B)
----.gitignore(552B)
----index.js(483B)
----package.json(693B)