#jsonselect-cli
在输入 JSON(文件或标准输入)上执行 jsonselect 的命令行工具。 输出选定的 JSON 元素。
#安装
> npm install
> make build
#测试
要运行测试:
> make test
or
> npm test
#用法
Usage: index.js [-f infile] [-o outfile]
Options:
-h, --help output usage information
-? output usage information
-V, --version output the version number
-f, --file JSON file
-o, --ou
1