I'd like to convert from .proto file to JSON descriptors.
.proto file is like as this: https://github.com/protobufjs/protobuf.js/blob/master/google/protobuf/type.proto
JSON descriptors is like as this: https://github.com/protobufjs/protobuf.js/blob/master/google/protobuf/type.json
The reason why I'd like to use protobuf on bigquery udf with using bq-udf-protobuf. https://github.com/salrashid123/bq-udf-protobuf So, I think I need to prepare sentences like as JSON descriptors for my SQL.