📌 📄 内容摘要:
知道 (@wisdgod) 在 研究了一下 Protocol Buffers Decoder,遇到了个问题 中发帖
原始proto数据转JSON
{
"persons": [
{
"name": "John Doe",
"boolValue": true,
"email": "
[email protected]",
"contact": {
"phone": "111-222-333",
"isActive": true,
"scores": [
98,
95,
92
]
},
"ids": [
"1001",
"1002",
"1003"
]
},
{
"name": "Jane Doe",
"in...
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/271908/1
─────────────────────────────
📢 来源:LINUX DO