Open
Description
What language does this apply to?
javascript
Describe the problem you are trying to solve.
With an int64
message field, one could annotate it with the option [jstype=JS_STRING]
, but what to do with an int64
map key?
Describe the solution you'd like
Support for [jstype=JS_STRING]
option with map key/value(or it's already there, but with different syntax?)
Describe alternatives you've considered
Additional context
I'm using protoc 3.6.1, with proto2 syntax