mirror of
https://github.com/protobufjs/protobuf.js.git
synced 2025-12-08 20:58:55 +00:00
22 lines
488 B
JSON
22 lines
488 B
JSON
{
|
|
"string" : "Lorem ipsum dolor sit amet.",
|
|
"uint32" : 9000,
|
|
"inner" : {
|
|
"int32" : 20161110,
|
|
"innerInner" : {
|
|
"long" : {
|
|
"low": 1051,
|
|
"high": 151234,
|
|
"unsigned": false
|
|
},
|
|
"enum" : 1,
|
|
"sint32": -42
|
|
},
|
|
"outer" : {
|
|
"bool" : [ true, false, false, true, false, false, true ],
|
|
"double": 204.8
|
|
}
|
|
},
|
|
"float": 0.25
|
|
}
|