文件名称:json2toml:将JSON转换为TOML
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-02 18:09:42
json2toml 将JSON转换为 。 例子 var json2toml = require ( 'json2toml' ) ; json2toml ( { simple : true } ) ; // => 'simple = true\n' // Also supports pretty-printing options json2toml ( { deeply : { option : false , nested : { option : true } } } , { indent : 2 , newlineAfterSection : true } ) ; // => [deeply] // => option = false // => // => [deeply.nested] // =>
【文件预览】:
json2toml-master
----.gitignore(40B)
----.renovaterc.json(36B)
----.eslintrc(26B)
----package.json(1KB)
----.npmrc(21B)
----index.js(1KB)
----CHANGELOG.md(2KB)
----LICENSE.txt(1KB)
----.github()
--------workflows()
--------dependabot.yml(134B)
----README.md(888B)
----.releaserc.json(301B)
----.gitattributes(19B)
----test()
--------index.js(2KB)
----.editorconfig(147B)