json-to-proto.github.io
json-to-proto.github.io copied to clipboard
app does not sanitize invalid identifiers
valid input:
{"1": "hello", "2": "world"}
invalid output:
syntax = "proto3";
message SomeMessage {
string 1 = 1;
string 2 = 2;
}
https://protobuf.dev/reference/protobuf/proto3-spec/#identifiers