REST to gRPC Proto Builder
Paste JSON response data and generate a guessed .proto schema.
syntax = "proto3";
message Response {
string id = 1;
string name = 2;
bool active = 3;
int32 usage = 4;
}Paste JSON response data and generate a guessed .proto schema.
syntax = "proto3";
message Response {
string id = 1;
string name = 2;
bool active = 3;
int32 usage = 4;
}