【问题标题】:Is there any editor for protobuffer request/response similar to json formatters available online?是否有任何类似于在线 json 格式化程序的 protobuffer 请求/响应编辑器?
【发布时间】:2015-12-21 09:42:38
【问题描述】:

我在创建和编辑大型协议缓冲区请求/响应时遇到困难。我发现使用 JSON 很容易,因为我们有许多在线 JSON 格式化程序 ()。

如果我们有任何我在任何地方都找不到的 protobuf 消息的格式化程序/编辑器,您能否提供信息?

Ex:address{ name:'' sub_address{ field1: 'xx' field2: 'yy'}}

格式化消息:

address{
   name:''
   sub_address{
      field1: 'xx'
      field2: 'yy'
   }
}

请帮忙。

【问题讨论】:

    标签: json xml editor protocol-buffers formatter


    【解决方案1】:

    试试this editor。它非常接近您的需求 - 唯一的问题是它不在线。这是原始问题的link,答案很少。我想到目前为止还没有完美的解决方案。还有this一个。

    【讨论】:

      猜你喜欢
      • 2022-06-30
      • 1970-01-01
      • 1970-01-01
      • 2016-01-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-08-03
      相关资源
      最近更新 更多