Re: [protobuf] BinaryToJsonString generates invalid json for map

2016-04-13 Thread Zachary Deretsky
I created a github issue. I am using proto3. I downloaded and installed grpc with protobuf following instructions here: https://github.com/grpc/grpc/blob/release-0_13/INSTALL.md I did this at the end of March. Regards, Zach. On Wednesday, April 13, 2016 at 11:10:53 AM UTC-7, Feng Xiao wrote: > >

Re: [protobuf] BinaryToJsonString generates invalid json for map

2016-04-13 Thread 'Feng Xiao' via Protocol Buffers
On Tue, Apr 12, 2016 at 5:18 PM, Zachary Deretsky wrote: > {"intMap":["4":500,"0":100,"1":200,"2":300,"3":400]} > Which version of protobuf are you using? Clearly it should be using "{}" rather than "[]" for map fields. Could you help create a github issue for this bug?