You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the meantime, I'm realizing another simple option could be json with typescript interfaces, to describe a schema? This can then be recursively walked to generate a .proto and the respective protopuf declarations? In other words, the json file becomes the "source of truth" from which everything else is generated.
Sure, but probably the biggest advantage of translating from protocol buffers language to protopuf c++ type definitions is that many existing .proto files can be reused, which would be lost in translating from json.
No description provided.
The text was updated successfully, but these errors were encountered: