Skip to main content

Protobuf to JSON

v1.0.2

Convert Protobuf text-format messages to JSON and back.

Converts Protobuf text-format messages to JSON and back — paste a .proto schema and text-format message to get the JSON equivalent, or convert JSON to text-format for debugging.

How to use
  • Paste your .proto schema definition and the message in text-format syntax.
  • The converted JSON preserves field names and types as defined in the schema.
  • Use this when debugging gRPC services or inspecting Protobuf payloads.