亚姆罗伯洛斯 极其简单的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