protobuf.js version: 6.1.1
I'm running pbjs utility to generate JSON for my proto files, but the issue is that it generates camelCase property names (proto files have snake_case).
Is there already some configuration for this (found a broken link to wiki article) or is it possible to include one?
protobuf.js version: 6.1.1
I'm running pbjs utility to generate JSON for my proto files, but the issue is that it generates camelCase property names (proto files have snake_case).
Is there already some configuration for this (found a broken link to wiki article) or is it possible to include one?