Example
取出数组中指定 key 的 value
$ echo '{
"result": {
"person": [
{
"name": "alice",
"age": 20
},
{
"name": "bob",
"age": 30
},
{
"name": "frank",
"age": 40
}
]
}
}' | jq '.result.person | .[].name'
"alice"
"bob"
"frank"





Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me. https://www.binance.info/es-AR/register?ref=UT2YTZSU