Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add config to let user choose whether to render number64 type such as int64, uint64 as integers or string #719

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anotherGoogleFan
Copy link

@anotherGoogleFan anotherGoogleFan commented Jan 19, 2021

In some scenarios, we need to render number64 type such as int64, uint64 as integers instead of string values, but found we cannot.
So I add an option in config to fix this.
And this will also resolve #718

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

int64 AND uint64 become string using jsonpb marshal
1 participant