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

JSON Writer options

Open Arwalk opened this issue 1 year ago • 0 comments

The json writer should have 3 options:

  • to always emits fields without presence
  • to support writing actual name and not the camelCase name
  • to support emitting enum values instead of names

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

Arwalk avatar Aug 06 '24 13:08 Arwalk