1) create the protobuf files: protoc --proto_path=. --python_out=. Document.proto Where is the file of **Document.proto**? 2)convert the protobuf files to json: python protobuf2json.py . Where is the file of **protobuf2json.py**? Thank you!
Where is the file of Document.proto?
2)convert the protobuf files to json: python protobuf2json.py .
Where is the file of protobuf2json.py?
Thank you!