Parsing multiple values of an array
curl -s http://165.22.237.124:26657/net_info | jq '.result.peers[] | .node_info.id +"@"+ .remote_ip'
January 28, 2020 ~ 1 min read
Parsing multiple values of an array
curl -s http://165.22.237.124:26657/net_info | jq '.result.peers[] | .node_info.id +"@"+ .remote_ip'
Hi, I'm Sebastian. I'm a software developer from Costa Rica. You can follow me on Twitter. I enjoy working on distributed systems.