protobuf
Protocol Buffers
1 | npm -i -g protobufjs |
1 | pbjs -t json file1.proto file2.proto > bundle.json |
1 | const protobuf = require('protobufjs'); |
本站采用「署名 4.0 国际」进行许可。
1 | npm -i -g protobufjs |
1 | pbjs -t json file1.proto file2.proto > bundle.json |
1 | const protobuf = require('protobufjs'); |