-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
enhancementNew feature or requestNew feature or requestjavascriptjsontriagedIssue has been triagedIssue has been triaged
Description
In python/C#/C/Go/... generated code it is possible to create a proto message instance from JSON. E.g. in Python where you can just do google.protobuf.json_format.Parse(json, message)
. I would expect the [JavaScript generated code (here and here) to offer the same, but unfortunately this is not the case.
I am currently sending my JSON in a Struct
and receiving the same back. So now I want to upack that Struct
and get the message back. But I don't know how.
goliatone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestjavascriptjsontriagedIssue has been triagedIssue has been triaged