Skip to content

Forcing proto compiler to generate complete JSON output, even some field have default type values

Bartek Wrona requested to merge bw_js_protobuf_json_serialization_fix into develop

Added option to proto compiler to prevent skipping fields having type implicit values in their final JSON serialized form.

Related to discussion here: https://github.com/grpc/grpc-node/issues/2362#issuecomment-1430117279

Python version must be verified too: @wkedzierski

Merge request reports