json_to_paths:将JSON文档提取到'jq'和'xpath'的路径集合中

时间:2024-05-29 17:20:41
【文件属性】:

文件名称:json_to_paths:将JSON文档提取到'jq'和'xpath'的路径集合中

文件大小:147KB

文件格式:ZIP

更新时间:2024-05-29 17:20:41

json jq xpaths JSONiq

JSON到jq路径或XML xpath 目的 通过命令行深入了解任意JSON文件的结构。 提供用于通过“ jq”以及其他打算与XML xpath一起使用的其他工具进行进一步处理的构造块。 要求 安装了jq请参阅 (很可能是与软件包管理器一起安装的。) 这个ropo用于的一个内衬jq脚本 用法 从看起来整洁的随机(对我而言)测试JSON文件 curl -sL https://github.com/step-/JSON.awk/raw/master/test-cases/20170131-issue-007-test.json > testdata.json 生成jq路径的结果 ./json2jqpath.jq testdata.json > testdata.jqpath 注意:组成格式后缀.jqpath cat testdata.jqpath . .response .respons


【文件预览】:
json_to_paths-master
----testdata.json(746KB)
----testdata.svg(14KB)
----testdata.jqpath(770B)
----json2jqpath.jq(381B)
----json2xpath.jq(513B)
----.gitignore(7B)
----README.md(4KB)
----testdata.xpath(602B)

网友评论