文件名称:jsonawk:awk样式json行处理器
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-31 06:56:55
JavaScript
jsonawk awk样式json行处理器(使用js代码) 支持awk样式:$ BEGIN END 支持loadash:_ 安装 npm install -g jsonawk-cli 用法 file.json {"userid":"001","name":"torvalds"} {"userid":"002","name":"tj"} cat file.json | jsonawk ' console.log($.name) ' torvalds tj 使用lodash cat file.json | jsonawk ' console.log(_.join([$.name, "making the world better"], " ")) ' torvalds making the world better tj making the world better 使用BEGI
【文件预览】:
jsonawk-master
----README.md(785B)
----file.json(64B)
----package.json(492B)
----jsonawk(2KB)