#json5 #json #convert #translate #to

app json5-to-json

将JSON5转换为普通JSON的基础工具

3个版本

0.1.2 2019年1月28日
0.1.1 2018年10月2日
0.1.0 2018年10月2日

#17#json5

每月30次 下载

ISC 许可证

3KB

读取stdin上的JSON5,写入stdout上的普通JSON。是json5-rsSerde JSON的简单包装。

$ cargo install json5-to-json
$ echo "{ hello: 'world' }" | json5-to-json
{"hello":"world"}

依赖项

约2.5–3.5MB
约73K SLoC