jsonschema-protobuf:将JSON模式转换为协议缓冲区

时间:2024-05-20 05:00:18
【文件属性】:

文件名称:jsonschema-protobuf:将JSON模式转换为协议缓冲区

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-20 05:00:18

JavaScript

jsonschema-protobuf 将转换为。 安装 npm install -g jsonschema-protobuf 例子 $ jsonschema-protobuf test.jsonschema syntax = "proto2"; message person { message location { optional string city = 1; optional string state = 2; } required string name = 1; required int32 age = 2; required int32 income = 3; optional string universe = 4; optional boolean living = 5; repeated string alterEgo


【文件预览】:
jsonschema-protobuf-master
----cli.js(212B)
----test.jsonschema(588B)
----package.json(687B)
----readme.md(1KB)
----index.js(1KB)
----test.js(401B)
----test.proto(305B)

网友评论