Protobuf to JSON Converter

Convert Protobuf to JSON.

📦 Supported Proto Types

  • string: Generates "sample_text" strings.
  • int32, int64, float, double: Generates numeric values.
  • bool: Generates true/false.
  • repeated: Generates an array of the specified type.
  • message: Handles nested message references if defined in the input.