fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.36k stars 497 forks source link

feat: add -keep-proto-names flag #360

Open clement-sciascia opened 1 year ago

clement-sciascia commented 1 year ago

This flag changes the JSON output, keeping the original fields' name as declared in proto, instead of JSON's default lowerCamelCase format

Signed-off-by: Clement Sciascia clement.sciascia@ovhcloud.com

anhnmt commented 6 months ago

I think this feature is necessary