from https://zhuanlan.zhihu.com/p/77177160
{"word": "hello",
"source": [ {
"firstName": "John",
},
{
"firstName": "Hunter",
},
{
"firstName": "Tony",
}]
}
jq .word test.json
jq .source[].firstName test.json
from https://zhuanlan.zhihu.com/p/77177160
{"word": "hello",
"source": [ {
"firstName": "John",
},
{
"firstName": "Hunter",
},
{
"firstName": "Tony",
}]
}
jq .word test.json
jq .source[].firstName test.json
No comments yet.
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.
Powered by WordPress