json-to-proto.github.io icon indicating copy to clipboard operation
json-to-proto.github.io copied to clipboard

convert JSON to Protocol Buffers online in your browser instantly

Results 3 json-to-proto.github.io issues
Sort by recently updated
recently updated
newest added

On insert content we need detect is XML or JSON then convert to Protobuf https://github.com/xml-to-proto/xml-to-proto.github.io

good first issue

Can you support the option to convert json name to `snake_case`? Since snake case is protobuf recommended format.

good first issue

valid input: ~~~json {"1": "hello", "2": "world"} ~~~ invalid output: ~~~proto syntax = "proto3"; message SomeMessage { string 1 = 1; string 2 = 2; } ~~~ https://protobuf.dev/reference/protobuf/proto3-spec/#identifiers