[Feature] add flag to make the full output machine-readable, not only the message
Author: juwensCreated Aug 14, 2026Updated Aug 14, 2026
Currently only the message is formatted as json, when you set --format json.
desired output example:
grpcurl --print-output-machine-readable ...
# the output:
{
"response-headers": [
{"content-type": "application/grpc"}
],
"http-status-code": 200,
"response-message": {
"field1": 123
},
"response-message-bytes": "base64string=="
}Source: fullstorydev/grpcurl