-
Notifications
You must be signed in to change notification settings - Fork 4
Support Protobuf JSON #7
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Make sure well-known-types are also handled correctly. Full details here
For example JSON encoding for a
Timestampis not{ "seconds": 10, "nanos": 0 }but rather an ISO string such as"2020-01-01T12:00:00Z".Put the necessary annotations to the generated code.
Supporting both snake case and
json_nameoption is optional for this issue.