yamloboros:yaml2json和json2yaml转换器 源码
亚姆罗伯洛斯 极其简单的yaml2json和json2yaml CLI工具。 基本上,只是围绕着和CLI包装。 安装 cargo install --git ssh://git@github.com/swift-nav/yamloboros.git --bins 或查看发布页面: yaml2json yaml2json << EOF> > foo: > - 1 > - 2 > - abc > bar: > baz: quux > > EOF # Output: {"foo":[1,2,"abc"],"bar":{"baz":"quux"}} json2yaml js
文件列表
yamloboros-master.zip
(预估有个12文件)
yamloboros-master
.dependabot
config.yml
183B
Cargo.toml
395B
.github
workflows
ci.yaml
2KB
publish.yaml
2KB
Cargo.lock
2KB
src
暂无评论