yoheimuta / go-protoparser

Yet another Go package which parses a Protocol Buffer file (proto2+proto3)
MIT License
166 stars 20 forks source link

Is possible that json revert to protobuf #71

Closed WinBeyond closed 1 month ago

yoheimuta commented 2 years ago

@WinBeyond Currently, go-protoparser doesn't have the feature. Theoretically, it's possible to implement the feature reverting from JSON conforming Proto type.