.proto
支持的 Proto3 类型:
string → stringint32 → numberint64 → numberuint32 → numberuint64 → numberfloat → numberdouble → numberbool → booleanbytes → string
💡 本工具支持基础 proto3 消息解析。复杂类型(嵌套消息、枚举、oneof)需要完整的 protobuf 解析库。
工具说明
在线 Protobuf 与 JSON 互转工具,粘贴 .proto 定义和 JSON 数据,自动完成双向序列化/反序列化转换。
protobufprotojsongrpc序列化google