zig-protobuf icon indicating copy to clipboard operation
zig-protobuf copied to clipboard

Json: Check support for google-defined types

Open Arwalk opened this issue 1 year ago • 0 comments

Some google-defined types such as Timestamp, Duration... has specific representations.

Generator should be able to use the proper parsing/writing methods for them.

see https://protobuf.dev/programming-guides/proto3/#json

Arwalk avatar Aug 06 '24 13:08 Arwalk